GNOME Bugzilla – Bug 535557
gdk_window_set_icon_name should accept NULL to unset
Last modified: 2009-04-20 12:57:35 UTC
Usually the 'icon title' is the same as the normal title set with gtk_window_set_title(). gdk_window_set_icon_name allows to provide a separate 'icon title' for the window. But there's no way to re-set it so that 'icon title' again tracks the normal window title. I propose that using NULL for gdk_window_set_icon_name should do this; I can write a patch if that's agreeable.
Created attachment 115084 [details] [review] proposed patch
Looks fine to me
Please commit to gtk-2-16 (I'll merge it to master later, or you can commit it there as well...)
Committed to 2-16 and master.