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/text/text.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/text/text.c')
-rw-r--r-- | examples/text/text.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/text/text.c b/examples/text/text.c index 74a507e930..fe2a0385f4 100644 --- a/examples/text/text.c +++ b/examples/text/text.c @@ -1,6 +1,4 @@ -/* text.c */ - #define GTK_ENABLE_BROKEN #include <stdio.h> #include <gtk/gtk.h> |