From: Tor Lillqvist Date: Mon, 26 Feb 2007 13:48:01 +0000 (+0000) Subject: Add comment clarifying that "icon name" here is not related to the X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~34329 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cf9ae5498092db961e4d252ec7517a17f3fae74c;p=gtk4.git Add comment clarifying that "icon name" here is not related to the 2007-02-26 Tor Lillqvist * 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 --- diff --git a/ChangeLog b/ChangeLog index 3165f7d620..909bc257a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-02-26 Tor Lillqvist + + * 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 * modules/engines/ms-windows/msw_style.c: Bug 411118 - bad bevel for 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))