This is an automated email from the git hooks/post-receive script.

ochosi pushed a 
commit to branch 
master
in repository xfce/xfce4-session.

commit 7a7dd5c60d016b398b3ffd011cb77450e3ba41a6
Author: Theo Linkspfeifer <lastonestand...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to