Changeset 3410 for trunk/jons-gtk2-gui
- Timestamp:
- 03/24/03 04:03:32 (6 years ago)
- Files:
-
- 1 modified
-
trunk/jons-gtk2-gui/src/main_window.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jons-gtk2-gui/src/main_window.cpp
r3390 r3410 51 51 52 52 GtkWidget *contact_list_new(); 53 GtkWidget *status_bar_new( gint border_width);54 GtkWidget *system_status_new( gint border_width);53 GtkWidget *status_bar_new(); 54 GtkWidget *system_status_new(); 55 55 GObject *licq_init_tray(); 56 56 … … 143 143 144 144 /* Add the system status bar and pack it into the vbox */ 145 gtk_box_pack_start(GTK_BOX(vertical_box), system_status_new( 2),145 gtk_box_pack_start(GTK_BOX(vertical_box), system_status_new(), 146 146 FALSE, FALSE, 0); 147 147 148 148 /* Now add the mode status bar in */ 149 gtk_box_pack_start(GTK_BOX(vertical_box), status_bar_new( 2),149 gtk_box_pack_start(GTK_BOX(vertical_box), status_bar_new(), 150 150 FALSE, FALSE, 0); 151 151
