project: Remove unnecessary usage of gtk_widget_show()
Now that widgets are visible by default, no need to show them after creating them. Also revove gtk_widget_show_all() which doesn't exist in GTK4.
This commit is contained in:
parent
bb0865eb23
commit
c39ffd45fc
2 changed files with 0 additions and 4 deletions
|
@ -357,8 +357,6 @@ create_row_for_app_cb (gpointer item,
|
|||
adw_action_row_add_suffix (ADW_ACTION_ROW (row), w);
|
||||
adw_action_row_set_activatable_widget (ADW_ACTION_ROW (row), w);
|
||||
|
||||
gtk_widget_show_all (row);
|
||||
|
||||
/* Fetch status from AccountService */
|
||||
g_object_set_data (G_OBJECT (row), "GtkSwitch", w);
|
||||
g_object_set_data_full (G_OBJECT (w), "GAppInfo", g_object_ref (app), g_object_unref);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue