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 548649 - Adding const attribute to command methods
Adding const attribute to command methods
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: Plugins: subversion
SVN TRUNK
Other Linux
: Normal minor
: ---
Assigned To: James Liggett
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-20 12:54 UTC by Ignacio Casal Quinteiro (nacho)
Modified: 2008-09-02 07:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
const (15.18 KB, patch)
2008-08-20 12:55 UTC, Ignacio Casal Quinteiro (nacho)
committed Details | Review

Description Ignacio Casal Quinteiro (nacho) 2008-08-20 12:54:57 UTC
I'll attach the patch in the next message.
Comment 1 Ignacio Casal Quinteiro (nacho) 2008-08-20 12:55:42 UTC
Created attachment 117047 [details] [review]
const

Just added const gchar * instead of gchar *
Comment 2 James Liggett 2008-09-01 22:27:00 UTC
(In reply to comment #1)
> Created an attachment (id=117047) [edit]
> const
> 
> Just added const gchar * instead of gchar *
Patch looks good to me, but the ChangeLog part probably won't apply. We should probably commit this for 2.6.



Comment 3 Johannes Schmid 2008-09-02 07:14:12 UTC
Thanks!