[gtk/wip/matthiasc/can-focus: 7/17] inspector: Drop more uses of can-focus



commit ca61bf25492f1d2771616799af0b34bd36967f72
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Mar 29 21:05:38 2020 -0400

    inspector: Drop more uses of can-focus

 gtk/inspector/type-info.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gtk/inspector/type-info.c b/gtk/inspector/type-info.c
index 313cd0361e..d4990f1de4 100644
--- a/gtk/inspector/type-info.c
+++ b/gtk/inspector/type-info.c
@@ -56,7 +56,6 @@ add_row (GtkContainer *box,
   row = g_object_new (GTK_TYPE_LIST_BOX_ROW,
                       "selectable", FALSE,
                       "activatable", FALSE,
-                      "can-focus", FALSE,
                       NULL);
 
   label = g_object_new (GTK_TYPE_LABEL,


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