[gtk/stack-fixes: 9/13] fixup



commit de070d3d395194701d2a8f56ed49d0c826861068
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 9 12:56:42 2019 -0500

    fixup

 gtk/gtksingleselection.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtksingleselection.c b/gtk/gtksingleselection.c
index 30e81418eb..e830b8af57 100644
--- a/gtk/gtksingleselection.c
+++ b/gtk/gtksingleselection.c
@@ -387,7 +387,7 @@ gtk_single_selection_class_init (GtkSingleSelectionClass *klass)
    *
    * The selected item
    */
-  properties[PROP_SELECTED] =
+  properties[PROP_SELECTED_ITEM] =
     g_param_spec_object ("selected-item",
                        P_("Selected Item"),
                        P_("The selected item"),
@@ -494,7 +494,7 @@ gtk_single_selection_set_selected (GtkSingleSelection *self,
  * Gets the selected item. If no item is selected, %NULL is returned.
  *
  * Returns: (transfer none): The selected item
- *
+ */
 gpointer
 gtk_single_selection_get_selected_item (GtkSingleSelection *self)
 {


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