GNOME Bugzilla – Bug 322487
Preferences use deprecated GtkOptionMenu
Last modified: 2005-12-08 16:27:42 UTC
It should use GtkCombobox Patch coming up
Created attachment 55245 [details] [review] Patch to change GtkOptionMenu to GtkComboBox in libeel It's necessary to make a change first in libeel to remove gtkoptionmenu from the preferences dialog
Created attachment 55246 [details] [review] The patch to nautilus-nautilus-file-management-properties.c|glade Besides changing GtkOptionMenu to GtkComboBox. The patch does two extra small thingies: 1. It's sets the window icon in a much simpler fashion (gtk_window_set_icon_name) 2. The hint of the dialog is set to dialog. This way the dialog won't have a maximize and minimize button anymore, which is standard practice for capplets and dialogs
Thanks for your patch. Could you send it on the nautilus list, maintainers use the list for this
I commited this. Thanks.