[gtk+/gtk-2-16] Fix a typo in the startup-id property definition



commit b234d6a685f776494bc53ac9cc9f4d3ac4bf7aef
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 28 22:11:36 2009 -0400

    Fix a typo in the startup-id property definition
    
    This was noticed in bug 588958.

 gtk/gtkwindow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 1238c22..0c8fef3 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"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]