Changeset 3409 for trunk/jons-gtk2-gui
- Timestamp:
- 03/24/03 04:02:33 (6 years ago)
- Files:
-
- 1 modified
-
trunk/jons-gtk2-gui/src/status.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jons-gtk2-gui/src/status.cpp
r3341 r3409 39 39 void licq_tray_set_content(GObject *, GdkPixbuf *, int); 40 40 41 GtkWidget *status_bar_new( gint border_width)41 GtkWidget *status_bar_new() 42 42 { 43 43 /* Create the status menu */ … … 45 45 46 46 /* Set the border width */ 47 gtk_container_set_border_width(GTK_CONTAINER(_status_menu), border_width);47 gtk_container_set_border_width(GTK_CONTAINER(_status_menu), 2); 48 48 49 49 /* Add in the event box for the status bar */
