GNOME Bugzilla – Bug 582961
Replace SexyIconEntry by GtkEntry icon functionality (available in GTK+ 2.16)
Last modified: 2009-06-20 19:43:34 UTC
Patch following
Created attachment 134824 [details] [review] Replace SexyIconEntry by GtkEntry icon functionality
Created attachment 136478 [details] [review] Replace SexyIconEntry by GtkEntry icon functionality v2 Cast gtk_label_new() to GtkWidget* not necessary
Thanks for the patch. But I prefer to keep sexyiconentry until gtk 2.16 is really needed.
Created attachment 136572 [details] [review] Replace SexyIconEntry by GtkEntry icon functionality v3 I've used GTK_CHECK_VERSION(2,16,0) so it's only replaced if GTK+ >= 2.16
Thanks for your patch. I have committed it.