/[weechat]/weechat/src/common/weechat.c
ViewVC logotype

Diff of /weechat/src/common/weechat.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by flashcode, Thu Mar 10 17:20:15 2005 UTC revision 1.40 by flashcode, Sat Mar 12 03:16:30 2005 UTC
# Line 57  Line 57 
57  #include "weechat.h"  #include "weechat.h"
58  #include "weeconfig.h"  #include "weeconfig.h"
59  #include "command.h"  #include "command.h"
60    #include "fifo.h"
61  #include "../irc/irc.h"  #include "../irc/irc.h"
62  #include "../gui/gui.h"  #include "../gui/gui.h"
63  #include "../plugins/plugins.h"  #include "../plugins/plugins.h"
# Line 593  wee_gui_shutdown () Line 594  wee_gui_shutdown ()
594  void  void
595  wee_shutdown (int return_code)  wee_shutdown (int return_code)
596  {  {
597        fifo_remove ();
598      if (weechat_home)      if (weechat_home)
599          free (weechat_home);          free (weechat_home);
600      if (weechat_log_file)      if (weechat_log_file)
# Line 763  main (int argc, char *argv[]) Line 765  main (int argc, char *argv[])
765      weechat_welcome_message ();     /* display WeeChat welcome message      */      weechat_welcome_message ();     /* display WeeChat welcome message      */
766                                      /* auto-connect to servers              */                                      /* auto-connect to servers              */
767      server_auto_connect (server_cmd_line);      server_auto_connect (server_cmd_line);
768        fifo_create ();                 /* create FIFO pipe for remote control  */
769            
770      gui_main_loop ();               /* WeeChat main loop                    */      gui_main_loop ();               /* WeeChat main loop                    */
771            

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26