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 609190 - preferences: fix preferences registration for recent gtk+ versions
preferences: fix preferences registration for recent gtk+ versions
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: libanjuta
git master
Other All
: Normal normal
: Anjuta 2.30
Assigned To: Naba Kumar
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-06 21:56 UTC by Carl-Anton Ingmarsson
Modified: 2010-03-03 19:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
preferences: fix preferences registration for recent gtk+ versions (1.13 KB, patch)
2010-02-06 21:56 UTC, Carl-Anton Ingmarsson
accepted-commit_now Details | Review

Description Carl-Anton Ingmarsson 2010-02-06 21:56:06 UTC
With trunk gtk+ gtk_widget_get_name is not equal to gtk_buildable_get_name,
the attached patch fixes this problem.
Comment 1 Carl-Anton Ingmarsson 2010-02-06 21:56:08 UTC
Created attachment 153166 [details] [review]
preferences: fix preferences registration for recent gtk+ versions

gtk_widget_get_name() is not guaranteed to be equal to gtk_buildable_get_name()
Comment 2 Johannes Schmid 2010-02-28 18:19:36 UTC
Review of attachment 153166 [details] [review]:

Looks good! Thanks!
Comment 3 Johannes Schmid 2010-03-03 19:57:43 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.