match case-insensitive.
2005-07-06 Sven Neumann <sven@gimp.org> * app/plug-in/plug-ins-query.c (match_strings): match case-insensitive. * libgimpwidgets/gimpbrowser.c: unset "focus-on-click" on the filter combo-box. * plug-ins/dbbrowser/plugin-browser.c: moved "Insertation Date" column all the way to the right and renamed to "Installation Date". * plug-ins/common/gauss.c: tweaked dialog packing.
This commit is contained in:
committed by
Sven Neumann
parent
419b1ef03d
commit
a19a3ac4aa
@ -210,6 +210,8 @@ gimp_browser_add_search_types (GimpBrowser *browser,
|
||||
args);
|
||||
va_end (args);
|
||||
|
||||
gtk_combo_box_set_focus_on_click (GTK_COMBO_BOX (combo), FALSE);
|
||||
|
||||
browser->search_type_combo = combo;
|
||||
browser->search_type = first_type_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user