Default to GIMP_NAME for the "title" property

This commit is contained in:
Michael Natterer 2009-10-06 10:56:10 +02:00
parent 23cd244c65
commit d0a614093e

View file

@ -76,7 +76,9 @@
#include "gimpimagewindow.h"
#include "gimpstatusbar.h"
#include "about.h"
#include "gimp-log.h"
#include "gimp-intl.h"
enum
@ -226,8 +228,9 @@ gimp_display_shell_class_init (GimpDisplayShellClass *klass)
g_object_class_install_property (object_class, PROP_TITLE,
g_param_spec_string ("title", NULL, NULL,
NULL,
GIMP_PARAM_READWRITE));
GIMP_NAME,
GIMP_PARAM_READWRITE |
G_PARAM_CONSTRUCT));
g_object_class_install_property (object_class, PROP_STATUS,
g_param_spec_string ("status", NULL, NULL,