GNOME Bugzilla – Bug 327613
'Find' field doesn't find launchers
Last modified: 2006-01-20 21:49:15 UTC
1. Right click panel > Add to Panel... 2. Type 'Pan' in the Find textfield Expected result: The 'Pan' newsreader from the application launchers is shown in the selection list Actual result: The window stays empty (if deskbar-applet can do this, so can gnome-panel, right?)
adjusting summary :]
In fact, the issue is that GtkTreeModelFilter doesn't help us at all: the parent item is hidden (since it doesn't match) and then all the children are hidden too... Will fix it soon.
2006-01-20 Vincent Untz <vuntz@gnome.org> * panel-addto.c: (panel_addto_present_applications): change the search entry text after switching models so that it gets refiltered (panel_addto_filter_func): if the iter is a root in a tree model, just show it Fix bug #327612 and bug #327613.