Fix the EWMH link, noticed by Kristof Vansant.

2005-04-06  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkwindow.c (gtk_window_set_keep_below): Fix the EWMH link,
	noticed by Kristof Vansant.
This commit is contained in:
Matthias Clasen
2005-04-06 15:08:33 +00:00
committed by Matthias Clasen
parent 83d8d721d6
commit 23ec028870
4 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
2005-04-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_set_keep_below): Fix the EWMH link,
noticed by Kristof Vansant.
* po/.cvsignore, po-properties/.cvsignore: Remove
Makefile.in.in. (#171092, Stefan Kasal)

View File

@@ -1,5 +1,8 @@
2005-04-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_set_keep_below): Fix the EWMH link,
noticed by Kristof Vansant.
* po/.cvsignore, po-properties/.cvsignore: Remove
Makefile.in.in. (#171092, Stefan Kasal)

View File

@@ -1,5 +1,8 @@
2005-04-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_set_keep_below): Fix the EWMH link,
noticed by Kristof Vansant.
* po/.cvsignore, po-properties/.cvsignore: Remove
Makefile.in.in. (#171092, Stefan Kasal)

View File

@@ -6332,7 +6332,7 @@ gtk_window_set_keep_above (GtkWindow *window,
* on #GtkWidget.
*
* Note that, according to the <ulink
* url="http://www.freedesktop.org/standards/wm-spec">Extended Window Manager Hints</ulink>
* url="http://www.freedesktop.org/Standards/wm-spec">Extended Window Manager Hints</ulink>
* specification, the above state is mainly meant for user preferences and should not be used
* by applications e.g. for drawing attention to their dialogs.
*