/[weechat]/weechat/src/gui/gtk/gui-display.c
ViewVC logotype

Diff of /weechat/src/gui/gtk/gui-display.c

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

revision 1.4 by flashcode, Sat Oct 25 14:49:19 2003 UTC revision 1.5 by flashcode, Sun Oct 26 13:21:09 2003 UTC
# Line 19  Line 19 
19   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20   */   */
21    
   
22  /* gui-display.c: display functions for Gtk GUI */  /* gui-display.c: display functions for Gtk GUI */
23    
24    
25    #ifdef HAVE_CONFIG_H
26    #include "config.h"
27    #endif
28    
29  #include <stdlib.h>  #include <stdlib.h>
30  #include <stdio.h>  #include <stdio.h>
31  #include <unistd.h>  #include <unistd.h>
# Line 33  Line 36 
36    
37  #include "../../common/weechat.h"  #include "../../common/weechat.h"
38  #include "../gui.h"  #include "../gui.h"
39  #include "../../common/config.h"  #include "../../common/weeconfig.h"
40  #include "../../irc/irc.h"  #include "../../irc/irc.h"
41    
42    
# Line 577  void Line 580  void
580  gui_init ()  gui_init ()
581  {  {
582      gtk_main_window = gtk_window_new (GTK_WINDOW_TOPLEVEL);      gtk_main_window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
583      gtk_window_set_title (GTK_WINDOW (gtk_main_window), WEECHAT_NAME_AND_VERSION);      gtk_window_set_title (GTK_WINDOW (gtk_main_window), PACKAGE_STRING);
584            
585      vbox1 = gtk_vbox_new (FALSE, 0);      vbox1 = gtk_vbox_new (FALSE, 0);
586      gtk_widget_show (vbox1);      gtk_widget_show (vbox1);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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