GNOME Bugzilla – Bug 582970
Replace SexyIconEntry by GtkEntry icon functionality (available in GTK+ 2.16)
Last modified: 2009-06-30 14:23:57 UTC
Patch following
Created attachment 134828 [details] [review] Replace SexyIconEntry by GtkEntry icon functionality I've replaced sexy_icon_entry_add_clear_button () with gtk_entry_set_icon_from_stock ()
According to configure.ac tracker already requires GTK_REQUIRED=2.16.0 so this could just go in it seems.
Looks good. Only one remark: gsearch->search_entry = GTK_WIDGET (gtk_entry_new ()); could be written: gsearch->search_entry = gtk_entry_new (); as gtk_entry_new already returns a GtkWidget, there's no need for a check.
Created attachment 137280 [details] [review] Replace SexyIconEntry by GtkEntry icon functionality v2 More complete patch. I've implemented sexy_icon_entry_add_clear_button() funcionality following this guide: http://library.gnome.org/devel/gtk/unstable/gtk-migrating-entry-icons.html
Reviewed, please commit and push to both tracker-0.6 and master (apparently it applies to both)
Setting status accordingly.
Sorry, I don't have commit permissions. Can anybody commit this?
Pushed for you as 66e7a6971ec5bcffc981f31c8c394a1d2cadb3ee