diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-02-25 01:47:44 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-02-25 01:47:44 +0000 |
commit | 9f1363013fe5e3def58a007b6c109be93d4e5702 (patch) | |
tree | bfd35007c9638a34d6904db1ffd30b38ebc949ec /examples/spinbutton/spinbutton.c | |
parent | 4d06c9d09f5e8befceb297aa426f293f58248888 (diff) | |
download | gtk+-9f1363013fe5e3def58a007b6c109be93d4e5702.tar.gz |
More GTK+ 2.0 updates.
* docs/tutorial/gtk-tut.sgml, docs/tutorial/images/*, examples/*: More
GTK+ 2.0 updates.
* docs/tutorial/Makefile.am: build and dist the new tutorial, not
the old Linuxdoc one.
Diffstat (limited to 'examples/spinbutton/spinbutton.c')
-rw-r--r-- | examples/spinbutton/spinbutton.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/spinbutton/spinbutton.c b/examples/spinbutton/spinbutton.c index 18bd66611b..6247419ac5 100644 --- a/examples/spinbutton/spinbutton.c +++ b/examples/spinbutton/spinbutton.c @@ -217,3 +217,4 @@ int main( int argc, return 0; } + |