summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-04-06 15:08:33 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-04-06 15:08:33 +0000
commit23ec028870d9dc2e5f299d475f20621275ee1e65 (patch)
treef4a92f816486f3dbdb44bb3fb1db840a40b87231
parent83d8d721d66cb03aae6866cd25dcb0379e9e81c8 (diff)
downloadgtk+-23ec028870d9dc2e5f299d475f20621275ee1e65.tar.gz
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.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gtk/gtkwindow.c2
4 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 556c8f73ac..4a4335a0ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 556c8f73ac..4a4335a0ec 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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)
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 556c8f73ac..4a4335a0ec 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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)
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 44e54f2f8c..5a0e9628b9 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -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.
*