[gnome-clocks/wip/exalm/libhandy-1: 9/16] Stop using show_all() where not neeeded
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks/wip/exalm/libhandy-1: 9/16] Stop using show_all() where not neeeded
- Date: Sat, 23 May 2020 19:53:17 +0000 (UTC)
commit 4b0ca2666b854e9bc7d2c1f80f401f4799f22fd0
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Sat May 23 03:30:12 2020 +0500
Stop using show_all() where not neeeded
Also this was causing a bug with HdyViewSwitcherBar.
src/alarm.vala | 1 -
src/window.vala | 2 --
src/world.vala | 1 -
3 files changed, 4 deletions(-)
---
diff --git a/src/alarm.vala b/src/alarm.vala
index 0e8b4fa..6bd6ea0 100644
--- a/src/alarm.vala
+++ b/src/alarm.vala
@@ -837,7 +837,6 @@ public class Face : Gtk.Stack, Clocks.Clock {
});
load ();
- show_all ();
alarms.items_changed.connect ((position, removed, added) => {
save ();
diff --git a/src/window.vala b/src/window.vala
index 2ae812b..f1eb777 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -141,8 +141,6 @@ public class Window : Hdy.ApplicationWindow {
if (Config.PROFILE == "Devel") {
style.add_class ("devel");
}
-
- show_all ();
}
[Signal (action = true)]
diff --git a/src/world.vala b/src/world.vala
index 6a6454a..74a736b 100644
--- a/src/world.vala
+++ b/src/world.vala
@@ -633,7 +633,6 @@ public class Face : Gtk.Stack, Clocks.Clock {
});
load ();
- show_all ();
if (settings.get_boolean ("geolocation")) {
use_geolocation.begin ((obj, res) => {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]