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 650167 - Unused variable in GtkEditable example code
Unused variable in GtkEditable example code
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
3.1.x
Other Linux
: Normal trivial
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-05-14 09:41 UTC by Alexander Saprykin
Modified: 2011-06-01 00:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix (692 bytes, patch)
2011-05-14 09:41 UTC, Alexander Saprykin
committed Details | Review
gtkeditable.c: Remove unused variable in example code (740 bytes, patch)
2011-06-01 00:10 UTC, Matthias Clasen
committed Details | Review

Description Alexander Saprykin 2011-05-14 09:41:28 UTC
There is an unused variable 'int i' in GtkEditable example code.
Comment 1 Alexander Saprykin 2011-05-14 09:41:59 UTC
Created attachment 187802 [details] [review]
Patch to fix
Comment 2 Matthias Clasen 2011-05-16 18:26:33 UTC
Review of attachment 187802 [details] [review]:

Looks fine
Comment 3 Matthias Clasen 2011-06-01 00:10:27 UTC
The following fix has been pushed:
8d9f413 gtkeditable.c: Remove unused variable in example code
Comment 4 Matthias Clasen 2011-06-01 00:10:32 UTC
Created attachment 188964 [details] [review]
gtkeditable.c: Remove unused variable in example code