[Xfce4-commits] [xfce/xfce4-session] 01/01: Read data from correct group when editing autostart entry (Bug #10423)

noreply at xfce.org noreply at xfce.org
Sat Jun 22 00:56:15 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-session.

commit 7a7dd5c60d016b398b3ffd011cb77450e3ba41a6
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date:   Wed Jun 19 17:00:12 2019 +0200

    Read data from correct group when editing autostart entry (Bug #10423)
---
 settings/xfae-model.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/settings/xfae-model.c b/settings/xfae-model.c
index d4e508a..25afe5e 100644
--- a/settings/xfae-model.c
+++ b/settings/xfae-model.c
@@ -857,6 +857,8 @@ xfae_model_get (XfaeModel    *model,
       return FALSE;
     }
 
+  xfce_rc_set_group (rc, "Desktop Entry");
+
   /* read the resource config */
   value = xfce_rc_read_entry (rc, "Name", NULL);
   if (name != NULL)

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


More information about the Xfce4-commits mailing list