[gnome-clocks] Remove redundant show()



commit aa292a823806dc2382a442036bde6940454cc6c7
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Mon Dec 13 23:15:30 2021 +0100

    Remove redundant show()

 src/alarm-day-picker-row.vala | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/alarm-day-picker-row.vala b/src/alarm-day-picker-row.vala
index 97e4e6fa..4e3a6498 100644
--- a/src/alarm-day-picker-row.vala
+++ b/src/alarm-day-picker-row.vala
@@ -128,7 +128,6 @@ public class DayPickerRow : Gtk.ListBoxRow {
             buttons[i].tooltip_text = day.name ();
             buttons[i].add_css_class ("circular");
             buttons[i].halign = Gtk.Align.START;
-            buttons[i].show ();
         }
 
         // Add the items, starting with the first day of the week
@@ -139,7 +138,6 @@ public class DayPickerRow : Gtk.ListBoxRow {
 
             var wrap = new Gtk.FlowBoxChild ();
             wrap.set_child (buttons[day_number]);
-            wrap.show ();
 
             flow.insert (wrap, -1);
         }


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