Add comment clarifying that "icon name" here is not related to the
authorTor Lillqvist <tml@novell.com>
Mon, 26 Feb 2007 13:48:01 +0000 (13:48 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 26 Feb 2007 13:48:01 +0000 (13:48 +0000)
2007-02-26  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkwindow-win32.c (gdk_window_set_icon_name): Add
comment clarifying that "icon name" here is not related to the
freedesktop.org icon naming stuff.

svn path=/trunk/; revision=17351

ChangeLog
gdk/win32/gdkwindow-win32.c

index 3165f7d620ec877b90ac5ca394ce9fb1baed23f7..909bc257a10619c11a4b8e0a836d78d5ff6b8b19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-26  Tor Lillqvist  <tml@novell.com>
+
+       * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon_name): Add
+       comment clarifying that "icon name" here is not related to the
+       freedesktop.org icon naming stuff.
+
 2007-02-23  Dom Lachowicz  <domlachowicz@gmail.com>
 
        * modules/engines/ms-windows/msw_style.c: Bug 411118 - bad bevel for
index 31650cbd8bb9039a4d5e4705accc9908384b0c5e..3a52f5824b96335f367702f6098c6a6176b59a29 100644 (file)
@@ -2500,6 +2500,13 @@ void
 gdk_window_set_icon_name (GdkWindow   *window, 
                          const gchar *name)
 {
+  /* In case I manage to confuse this again (or somebody else does):
+   * Please note that "icon name" here really *does* mean the name or
+   * title of an window minimized as an icon on the desktop, or in the
+   * taskbar. It has nothing to do with the freedesktop.org icon
+   * naming stuff.
+   */
+
   g_return_if_fail (GDK_IS_WINDOW (window));
 
   if (GDK_WINDOW_DESTROYED (window))