summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2007-05-08 21:09:07 +0000
committerTim Janik <timj@src.gnome.org>2007-05-08 21:09:07 +0000
commit529bbe01a73b559bbd0f7f73a2119228c39a950b (patch)
tree2685ef2dbcc48e831e008d99ae35964d6b013251
parent79231b10eef84609751b5f5a6346ce7b13f85410 (diff)
downloadgtk+-529bbe01a73b559bbd0f7f73a2119228c39a950b.tar.gz
removed unbalanced tag that broke the XML.
Tue May 8 23:06:38 2007 Tim Janik <timj@gtk.org> * docs/tutorial/gtk-tut.sgml: removed unbalanced tag that broke the XML. svn path=/trunk/; revision=17802
-rwxr-xr-xdocs/tutorial/gtk-tut.sgml1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/tutorial/gtk-tut.sgml b/docs/tutorial/gtk-tut.sgml
index 1b77dac9e6..aab6305983 100755
--- a/docs/tutorial/gtk-tut.sgml
+++ b/docs/tutorial/gtk-tut.sgml
@@ -66,7 +66,6 @@ low-level functions for accessing the underlying windowing functions
(Xlib in the case of the X windows system), and gdk-pixbuf, a library for
client-side image manipulation.</para>
-</para>
<para>GTK is essentially an object oriented application programmers
interface (API). Although written completely in C, it is implemented
using the idea of classes and callback functions (pointers to