Changeset 3394 for trunk/jons-gtk2-gui

Show
Ignore:
Timestamp:
03/22/03 09:54:46 (6 years ago)
Author:
bostjanlah
Message:

Fix container inclusion order

Files:
1 modified

Legend:

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

    r3386 r3394  
    168168    uaw_list = g_slist_append(uaw_list, uaw); 
    169169 
    170 //  list_read_message(0, uaw->user); 
     170    //list_read_message(0, uaw->user); 
    171171 
    172172    return uaw; 
     
    220220 
    221221    /* Pack the scrolled window into the v_box */ 
    222     gtk_box_pack_start(GTK_BOX(v_box), scroll, TRUE, TRUE, 5); 
     222    gtk_box_pack_start(GTK_BOX(v_box), frame, TRUE, TRUE, 5); 
    223223 
    224224    /* The Show Again check button */