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.c | |
parent | b036c8392d6e577fd8e77d67f6359b12f2eb2985 (diff) | |
download | gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.tar gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.tar.gz gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.tar.bz2 gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.tar.lz gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.tar.xz 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.c')
-rw-r--r-- | widgets/menus/gal-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/menus/gal-view.c b/widgets/menus/gal-view.c index 71cf0d3fdd..cfaf5dabaa 100644 --- a/widgets/menus/gal-view.c +++ b/widgets/menus/gal-view.c @@ -32,7 +32,7 @@ #define d(x) -d(static gint depth = 0); +d(static gint depth = 0;) static GtkObjectClass *gal_view_parent_class; |