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
+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
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))