[libwnck/wip/muktupavels/gtk4] test-pager: stop using gtk_widget_show_all



commit 48ce07431cab7e7d85dc556e4487182e81259f70
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun May 21 02:39:42 2017 +0300

    test-pager: stop using gtk_widget_show_all

 libwnck/test-pager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libwnck/test-pager.c b/libwnck/test-pager.c
index 5a30d71..1a78213 100644
--- a/libwnck/test-pager.c
+++ b/libwnck/test-pager.c
@@ -58,7 +58,7 @@ create_pager_window (GtkOrientation       orientation,
 
   gtk_container_add (GTK_CONTAINER (win), pager);
 
-  gtk_widget_show_all (win);
+  gtk_widget_show (win);
 }
 
 int


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