summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2004-12-07 01:19:45 +0000
committerGlynn Foster <gman@src.gnome.org>2004-12-07 01:19:45 +0000
commit6798192ed825aaeefd296fc1769cbadf5c20e29e (patch)
tree534f06b158a2e7de4fcdb1da89f7329a72f85242
parentPatch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for the (diff)
downloadzenity-6798192ed825aaeefd296fc1769cbadf5c20e29e.tar.gz
zenity-6798192ed825aaeefd296fc1769cbadf5c20e29e.tar.bz2
zenity-6798192ed825aaeefd296fc1769cbadf5c20e29e.zip
Fix spacing issue.
2004-12-07 Glynn Foster <glynn.foster@sun.com> * src/option.c: Fix spacing issue.
-rw-r--r--ChangeLog4
-rw-r--r--src/option.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a3036d9f..08ca66bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-12-07 Glynn Foster <glynn.foster@sun.com>
+ * src/option.c: Fix spacing issue.
+
+2004-12-07 Glynn Foster <glynn.foster@sun.com>
+
Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption
API for the zenity parsing options, with some spacing fixes
from Glynn.
diff --git a/src/option.c b/src/option.c
index b230633b..7337f488 100644
--- a/src/option.c
+++ b/src/option.c
@@ -176,7 +176,8 @@ GOptionEntry calendar_options[] = {
N_("Set the calendar year"),
NULL
},
- { "date-format",
+ {
+ "date-format",
'\0',
0,
G_OPTION_ARG_STRING,
bgstack15