Changeset 3340 for trunk/jons-gtk2-gui

Show
Ignore:
Timestamp:
03/10/03 10:58:02 (6 years ago)
Author:
bostjanlah
Message:

Integrated a fix to allow searching only for online users (by Matias Aguirre)

Files:
1 modified

Legend:

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

    r3324 r3340  
    373373                get_text(su->c_position), 
    374374                get_text(su->keyword), 
    375                 false); 
     375                gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(su->online_only))); 
    376376} 
    377377