mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 17:50:18 +00:00
Merge branch 'matthiasc/for-master' into 'master'
gtk-demo: Use better api See merge request GNOME/gtk!2254
This commit is contained in:
commit
31bb969cce
@ -950,7 +950,8 @@ do_listview_colors (GtkWidget *do_widget)
|
||||
g_object_unref (selection_filter);
|
||||
g_object_unref (no_selection);
|
||||
|
||||
g_object_get (model, "model", &model, NULL);
|
||||
model = gtk_multi_selection_get_model (GTK_MULTI_SELECTION (model));
|
||||
g_object_ref (model);
|
||||
|
||||
selection_info_toggle = gtk_toggle_button_new ();
|
||||
gtk_button_set_icon_name (GTK_BUTTON (selection_info_toggle), "emblem-important-symbolic");
|
||||
|
Loading…
Reference in New Issue
Block a user