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:
Michael Natterer
2009-09-29 22:20:12 +02:00
parent d046da90e2
commit 35588efaa1
5 changed files with 15 additions and 26 deletions

View File

@ -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");
}
}