diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-04-26 04:00:21 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-04-26 04:00:21 +0800 |
commit | 95b711c4cdf8e35b91918841e2ed76a193829315 (patch) | |
tree | c6664a2ae7331b1707eb4bf4c51ea6303c96fe62 /widgets/menus/gal-view-new-dialog.c | |
parent | b036c8392d6e577fd8e77d67f6359b12f2eb2985 (diff) | |
download | gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.tar.gz gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.tar.zst gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.zip |
Ansification patch from danw.
2002-04-25 Christopher James Lahey <clahey@ximian.com>
* gal-define-views-dialog.c, gal-view-factory.c,
gal-view-new-dialog.c, gal-view.c: Ansification patch from danw.
svn path=/trunk/; revision=16587
Diffstat (limited to 'widgets/menus/gal-view-new-dialog.c')
-rw-r--r-- | widgets/menus/gal-view-new-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/menus/gal-view-new-dialog.c b/widgets/menus/gal-view-new-dialog.c index 417fa7c343..41b4ea4c69 100644 --- a/widgets/menus/gal-view-new-dialog.c +++ b/widgets/menus/gal-view-new-dialog.c @@ -42,7 +42,7 @@ static GnomeDialogClass *parent_class = NULL; enum { ARG_0, ARG_NAME, - ARG_FACTORY, + ARG_FACTORY }; GtkType |