mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
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
This commit is contained in:
parent
71f1bd1d57
commit
cf9ae54980
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user