[Xfce4-commits] [xfce/xfce4-settings] 02/18: display: Initialize ActiveProfile as Default

noreply at xfce.org noreply at xfce.org
Thu Apr 4 23:03:00 CEST 2019


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 xfce/xfce4-settings.

commit 774c291d0bdb853e6f4cec49d1c35dd6e8ec1275
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Thu Mar 28 22:09:11 2019 +0100

    display: Initialize ActiveProfile as Default
---
 xfsettingsd/displays.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xfsettingsd/displays.c b/xfsettingsd/displays.c
index 329ebc0..baf64fe 100644
--- a/xfsettingsd/displays.c
+++ b/xfsettingsd/displays.c
@@ -277,6 +277,7 @@ xfce_displays_helper_init (XfceDisplaysHelper *helper)
 
             /* remove any leftover apply property before setting the monitor */
             xfconf_channel_reset_property (helper->channel, APPLY_SCHEME_PROP, FALSE);
+            xfconf_channel_set_string (helper->channel, "/ActiveProfile", "Default");
 
             /* monitor channel changes */
             helper->handler = g_signal_connect (G_OBJECT (helper->channel),

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


More information about the Xfce4-commits mailing list