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 596125 - Property string fixes
Property string fixes
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-09-23 22:15 UTC by Philip Withnall
Modified: 2010-08-10 08:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix use of "or not" in GTK+ (16.94 KB, patch)
2009-09-23 22:15 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2009-09-23 22:15:47 UTC
Created attachment 143847 [details] [review]
Fix use of "or not" in GTK+

Attached is a patch containing various property string fixes. Most of them are
removal of the phrase "or not" from "whether or not", since it's entirely
redundant (and bad style). There are some changes to expand abbreviations (e.g.
"char" -> "character", "min" -> "minimum") and some other miscellaneous fixes
(e.g. "spinbutton" -> "spin button" and "XSpacing" -> "X spacing").
Comment 1 Matthias Clasen 2010-08-10 02:40:38 UTC
Comment on attachment 143847 [details] [review]
Fix use of "or not" in GTK+

Looks good to me.
Comment 2 Philip Withnall 2010-08-10 08:25:55 UTC
commit 3eb197b51fbcfab20abc618c7081bb400844996e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Aug 10 09:23:49 2010 +0100

    Bug 596125 — Property string fixes

 gtk/gtkcellrendererspin.c |    2 +-
 gtk/gtkcellrenderertext.c |    2 +-
 gtk/gtkcolorbutton.c      |    2 +-
 gtk/gtkentry.c            |    4 ++--
 gtk/gtkfilechooser.c      |    2 +-
 gtk/gtknotebook.c         |   10 +++++-----
 gtk/gtkplug.c             |    2 +-
 gtk/gtkprintunixdialog.c  |    2 +-
 gtk/gtkprogressbar.c      |   12 ++++++------
 gtk/gtkspinbutton.c       |    2 +-
 gtk/gtkstatusicon.c       |    6 +++---
 gtk/gtktoggleaction.c     |    4 ++--
 gtk/gtktogglebutton.c     |    2 +-
 gtk/gtktoggletoolbutton.c |    4 ++--
 gtk/gtkwidget.c           |    4 ++--
 15 files changed, 30 insertions(+), 30 deletions(-)