Changeset 3409 for trunk/jons-gtk2-gui

Show
Ignore:
Timestamp:
03/24/03 04:02:33 (6 years ago)
Author:
bostjanlah
Message:

status_bar_new doesn't take a border_width parm anymore

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jons-gtk2-gui/src/status.cpp

    r3341 r3409  
    3939void licq_tray_set_content(GObject *, GdkPixbuf *, int); 
    4040 
    41 GtkWidget *status_bar_new(gint border_width) 
     41GtkWidget *status_bar_new() 
    4242{ 
    4343    /* Create the status menu */ 
     
    4545 
    4646    /* 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); 
    4848 
    4949    /* Add in the event box for the status bar */