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 585110 - Use accessor functions instead direct access
Use accessor functions instead direct access
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
git master
Other Linux
: Normal trivial
: ---
Assigned To: devhelp-maint
devhelp-maint
: 591280 (view as bug list)
Depends on:
Blocks: 585391
 
 
Reported: 2009-06-08 05:35 UTC by Javier Jardón (IRC: jjardon)
Modified: 2009-08-27 15:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use accessor functions instead direct access (3.30 KB, patch)
2009-06-08 05:39 UTC, Javier Jardón (IRC: jjardon)
none Details | Review
Use accessor functions instead direct access (3.87 KB, patch)
2009-06-08 06:44 UTC, Javier Jardón (IRC: jjardon)
none Details | Review
Use accessor functions instead direct access (no bump) (3.22 KB, patch)
2009-08-19 00:12 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review

Description Javier Jardón (IRC: jjardon) 2009-06-08 05:35:23 UTC
See http://live.gnome.org/GnomeGoals/UseGseal for more details
Comment 1 Javier Jardón (IRC: jjardon) 2009-06-08 05:39:04 UTC
Created attachment 136118 [details] [review]
Use accessor functions instead direct access
Comment 2 Javier Jardón (IRC: jjardon) 2009-06-08 06:44:41 UTC
Created attachment 136125 [details] [review]
Use accessor functions instead direct access

Sorry, I forgot update configure.ac to bump gtk+ to 2.14
Comment 3 Javier Jardón (IRC: jjardon) 2009-08-10 01:11:55 UTC
*** Bug 591280 has been marked as a duplicate of this bug. ***
Comment 4 Javier Jardón (IRC: jjardon) 2009-08-19 00:12:56 UTC
Created attachment 141120 [details] [review]
Use accessor functions instead direct access (no bump)

Here another patch with #if GTK_CHECK_VERSION so you don't have to bump the GTK+ version
Comment 5 Frederic Peters 2009-08-27 15:51:26 UTC
Thanks, pushed.

commit 530aeb35cd8373554ebe32e884a523bcda077b7c
Author: Javier Jardón <javierjc1982@gmail.com>
Date:   Wed Aug 19 02:10:39 2009 +0200

    Use accessor functions instead direct access. (GnomeBug:585110)