After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 582961 - Replace SexyIconEntry by GtkEntry icon functionality (available in GTK+ 2.16)
Replace SexyIconEntry by GtkEntry icon functionality (available in GTK+ 2.16)
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: debug-manager
git master
Other Linux
: Normal trivial
: ---
Assigned To: Sébastien Granjoux
Anjuta maintainers
Depends on:
Blocks: 585385
 
 
Reported: 2009-05-17 17:45 UTC by Javier Jardón (IRC: jjardon)
Modified: 2009-06-20 19:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replace SexyIconEntry by GtkEntry icon functionality (32.49 KB, patch)
2009-05-17 17:53 UTC, Javier Jardón (IRC: jjardon)
none Details | Review
Replace SexyIconEntry by GtkEntry icon functionality v2 (32.47 KB, patch)
2009-06-12 22:50 UTC, Javier Jardón (IRC: jjardon)
none Details | Review
Replace SexyIconEntry by GtkEntry icon functionality v3 (2.59 KB, patch)
2009-06-14 17:09 UTC, Javier Jardón (IRC: jjardon)
accepted-commit_now Details | Review

Description Javier Jardón (IRC: jjardon) 2009-05-17 17:45:49 UTC
Patch following
Comment 1 Javier Jardón (IRC: jjardon) 2009-05-17 17:53:48 UTC
Created attachment 134824 [details] [review]
Replace SexyIconEntry by GtkEntry icon functionality
Comment 2 Javier Jardón (IRC: jjardon) 2009-06-12 22:50:55 UTC
Created attachment 136478 [details] [review]
Replace SexyIconEntry by GtkEntry icon functionality v2

Cast gtk_label_new() to GtkWidget* not necessary
Comment 3 Sébastien Granjoux 2009-06-14 16:40:18 UTC
Thanks for the patch. But I prefer to keep sexyiconentry until gtk 2.16 is really needed.
Comment 4 Javier Jardón (IRC: jjardon) 2009-06-14 17:09:59 UTC
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
Comment 5 Sébastien Granjoux 2009-06-20 19:43:34 UTC
Thanks for your patch. I have committed it.