summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-08-28 22:11:36 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-08-28 22:11:36 -0400
commitb234d6a685f776494bc53ac9cc9f4d3ac4bf7aef (patch)
tree55f9dc7eee793a0a4b08de7ecc6878885ac253a9
parent3404ad89b9d53ef678cbbc6a77f6e95d8d007d2d (diff)
downloadgdk-pixbuf-b234d6a685f776494bc53ac9cc9f4d3ac4bf7aef.tar.gz
Fix a typo in the startup-id property definition
This was noticed in bug 588958.
-rw-r--r--gtk/gtkwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 1238c2295..0c8fef3e9 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -507,7 +507,7 @@ gtk_window_class_init (GtkWindowClass *klass)
* Since: 2.12
*/
g_object_class_install_property (gobject_class,
- PROP_ROLE,
+ PROP_STARTUP_ID,
g_param_spec_string ("startup-id",
P_("Startup ID"),
P_("Unique startup identifier for the window used by startup-notification"),