Remove "gimp-" prefix from the shell's "icon" and "title" properties
The prefix was needed because GtkWindow also has "icon" and "title" properties.
This commit is contained in:
@ -766,8 +766,7 @@ gimp_statusbar_restore_window_title (GimpStatusbar *statusbar)
|
||||
|
||||
if (gimp_image_window_is_iconified (GIMP_IMAGE_WINDOW (toplevel)))
|
||||
{
|
||||
/* FIXME title later */
|
||||
g_object_notify (G_OBJECT (statusbar->shell), "gimp-title");
|
||||
g_object_notify (G_OBJECT (statusbar->shell), "title");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user