diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-10 03:35:30 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-10 03:35:30 +0000 |
commit | 0a8331150e350d9f97683bc9d5bda0c98699baaf (patch) | |
tree | c3f6a7ebd42f9384ecfd5f06071c9cf005c28c68 /gdk | |
parent | abf069c08c10ef401f6070fc5a77de9e1d0b11bf (diff) | |
download | gdk-pixbuf-0a8331150e350d9f97683bc9d5bda0c98699baaf.tar.gz |
Small markup fixes.
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/x11/gdkwindow-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c index fd5e74b40..3c38fdd6c 100644 --- a/gdk/x11/gdkwindow-x11.c +++ b/gdk/x11/gdkwindow-x11.c @@ -2324,7 +2324,7 @@ gdk_window_set_skip_taskbar_hint (GdkWindow *window, * thumbnail representation of the windows on the desktop). If a * window's semantic type as specified with gdk_window_set_type_hint() * already fully describes the window, this function should - * <emphasis>not<emphasis> be called in addition, instead you should + * <emphasis>not</emphasis> be called in addition, instead you should * allow the window to be treated according to standard policy for * its semantic type. * |