summaryrefslogtreecommitdiff
path: root/settings
diff options
context:
space:
mode:
authorTheo Linkspfeifer <lastonestanding@tutanota.com>2019-06-19 17:00:12 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2019-06-22 00:54:49 +0200
commit7a7dd5c60d016b398b3ffd011cb77450e3ba41a6 (patch)
tree1cd605a8ae55ed48897e0b35a65d67a1a4239017 /settings
parent811b169c69016bd60b4a0652c94e966cf3000ee8 (diff)
downloadxfce4-session-7a7dd5c60d016b398b3ffd011cb77450e3ba41a6.tar.gz
Read data from correct group when editing autostart entry (Bug #10423)
Diffstat (limited to 'settings')
-rw-r--r--settings/xfae-model.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/xfae-model.c b/settings/xfae-model.c
index d4e508a3..25afe5ef 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)