[gnome-software: 47/110] gs-os-update-page: Don't use gtk_widget_show_all
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 47/110] gs-os-update-page: Don't use gtk_widget_show_all
- Date: Tue, 5 Oct 2021 20:32:37 +0000 (UTC)
commit 2a34fb2d40b93c895d812050be45e16f02778b77
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Aug 24 10:26:07 2021 -0300
gs-os-update-page: Don't use gtk_widget_show_all
Widgets are visible by default now, and gtk_widget_show_all doesn't
exist anymore.
src/gs-os-update-page.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/gs-os-update-page.c b/src/gs-os-update-page.c
index 813d7b05b..ab8aba33a 100644
--- a/src/gs-os-update-page.c
+++ b/src/gs-os-update-page.c
@@ -165,7 +165,6 @@ create_app_row (GsApp *app)
gtk_widget_set_halign (label, GTK_ALIGN_END);
gtk_widget_set_valign (label, GTK_ALIGN_CENTER);
gtk_box_append (GTK_BOX (row), label);
- gtk_widget_show_all (row);
return row;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]