[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Hide notifyd_running infobar at startup
noreply at xfce.org
noreply at xfce.org
Wed Oct 4 23:15:12 CEST 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-notifyd.
commit 76a937c1261247caa976d0594c2228aeaf57888a
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Oct 4 23:13:00 2017 +0200
Hide notifyd_running infobar at startup
Otherwise there is a hiding animation when notifyd is running,
which should be the default expected scenario. By hiding the infobar
initially there is only an animation if notifyd is actually not
running.
---
xfce4-notifyd-config/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/xfce4-notifyd-config/main.c b/xfce4-notifyd-config/main.c
index 485655e..6558dfa 100644
--- a/xfce4-notifyd-config/main.c
+++ b/xfce4-notifyd-config/main.c
@@ -988,6 +988,7 @@ main(int argc,
settings_dialog = xfce4_notifyd_config_setup_dialog(builder);
notifyd_running = GTK_WIDGET (gtk_builder_get_object (builder, "notifyd_running"));
+ gtk_revealer_set_reveal_child (GTK_REVEALER (notifyd_running), FALSE);
watch_handle_id = g_bus_watch_name (G_BUS_TYPE_SESSION,
"org.freedesktop.Notifications",
G_BUS_NAME_WATCHER_FLAGS_NONE,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list