diff options
author | Tor Lillqvist <tml@novell.com> | 2007-02-26 13:48:01 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2007-02-26 13:48:01 +0000 |
commit | cf9ae5498092db961e4d252ec7517a17f3fae74c (patch) | |
tree | 43fcbbd2b8e392ac789160b7cbf945d37b7c4bf6 /gdk/win32/gdkwindow-win32.c | |
parent | 71f1bd1d57c21f4fab911019cf871a36bcd87516 (diff) | |
download | gtk+-cf9ae5498092db961e4d252ec7517a17f3fae74c.tar.gz |
Add comment clarifying that "icon name" here is not related to the
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
Diffstat (limited to 'gdk/win32/gdkwindow-win32.c')
-rw-r--r-- | gdk/win32/gdkwindow-win32.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdk/win32/gdkwindow-win32.c b/gdk/win32/gdkwindow-win32.c index 31650cbd8b..3a52f5824b 100644 --- a/gdk/win32/gdkwindow-win32.c +++ b/gdk/win32/gdkwindow-win32.c @@ -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)) |