[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Set the correct default value for fadeout (LP #1763674)

noreply at xfce.org noreply at xfce.org
Fri Apr 13 23:04:36 CEST 2018


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 335dec51333d2103756c5fcbc5c7aa4a9410076b
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Apr 13 23:02:29 2018 +0200

    Set the correct default value for fadeout (LP #1763674)
---
 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 1240c8d..ee6f16d 100644
--- a/xfce4-notifyd-config/main.c
+++ b/xfce4-notifyd-config/main.c
@@ -863,6 +863,7 @@ xfce4_notifyd_config_setup_dialog(GtkBuilder *builder)
                            G_OBJECT(sbtn), "value");
 
     do_fadeout = GTK_WIDGET(gtk_builder_get_object(builder, "do_fadeout"));
+    gtk_switch_set_active (GTK_SWITCH (do_fadeout), TRUE);
     xfconf_g_property_bind(channel, "/do-fadeout", G_TYPE_BOOLEAN,
                            G_OBJECT(do_fadeout), "active");
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list