[gnome-calendar] edit-dialog: Fix property name



commit 21c74baed810f43622b563af3c368a8ed0156f22
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Apr 26 13:22:21 2019 -0300

    edit-dialog: Fix property name
    
    The enum name was updated, but not the property
    name itself.

 src/gcal-edit-dialog.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gcal-edit-dialog.c b/src/gcal-edit-dialog.c
index e80612b3..57081a52 100644
--- a/src/gcal-edit-dialog.c
+++ b/src/gcal-edit-dialog.c
@@ -1260,10 +1260,10 @@ gcal_edit_dialog_class_init (GcalEditDialogClass *klass)
    *
    * The #GcalManager of the dialog.
    */
-  properties[PROP_CONTEXT] = g_param_spec_object ("manager",
-                                                  "Manager of the dialog",
-                                                  "The manager of the dialog",
-                                                  GCAL_TYPE_MANAGER,
+  properties[PROP_CONTEXT] = g_param_spec_object ("context",
+                                                  "Context of the dialog",
+                                                  "The context of the dialog",
+                                                  GCAL_TYPE_CONTEXT,
                                                   G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | 
G_PARAM_STATIC_STRINGS);
 
   /**


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