[gnome-mines] Do not show the empty buttons sidebar on the new game dialog. https://bugzilla.gnome.org/show_bug.cg



commit afb8d8809c243d091b64d85f132f8cc8da6c2119
Author: Robert Roth <robert roth off gmail com>
Date:   Tue Jan 21 11:11:36 2014 +0200

    Do not show the empty buttons sidebar on the new game dialog. 
https://bugzilla.gnome.org/show_bug.cgi?id=712702

 src/gnome-mines.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-mines.vala b/src/gnome-mines.vala
index a04b11b..48180c5 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -170,7 +170,6 @@ public class Mines : Gtk.Application
         buttons_box = new Gtk.Box (Gtk.Orientation.VERTICAL, 12);
         buttons_box.margin_right = 15;
         buttons_box.margin_left = 15;
-        buttons_box.show ();
         main_vbox.pack_start (buttons_box, false, false, 0);
 
         var size = new Gtk.SizeGroup (Gtk.SizeGroupMode.BOTH);


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