need to make the find now button sensitive when you select something from
2002-08-29 Chris Toshok <toshok@ximian.com> * e-search-bar.c (subitem_activated_cb): need to make the find now button sensitive when you select something from a submenu. svn path=/trunk/; revision=17931
This commit is contained in:
committed by
Chris Toshok
parent
61a36eb138
commit
ca0432fb04
@ -1,3 +1,8 @@
|
||||
2002-08-29 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* e-search-bar.c (subitem_activated_cb): need to make the find now
|
||||
button sensitive when you select something from a submenu.
|
||||
|
||||
2002-08-29 Peter Williams <peterw@ximian.com>
|
||||
|
||||
* e-filter-bar.c (option_changed): If the item is ADVANCED_ID, check
|
||||
|
||||
@ -265,6 +265,8 @@ subitem_activated_cb (GtkWidget *widget, ESearchBar *esb)
|
||||
|
||||
esb->item_id = id;
|
||||
esb->subitem_id = subid;
|
||||
|
||||
set_find_now_sensitive (esb, TRUE);
|
||||
}
|
||||
|
||||
static char *
|
||||
|
||||
Reference in New Issue
Block a user