[Xfce4-commits] [xfce/xfce4-session] 01/01: Fix PID showing in "Current Session" tab
noreply at xfce.org
noreply at xfce.org
Mon May 13 23:45:12 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 d09f88283e46230926e11edcce6801537bdb850c
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon May 13 23:44:48 2019 +0200
Fix PID showing in "Current Session" tab
---
settings/session-editor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings/session-editor.c b/settings/session-editor.c
index 0dd756f..4b455a2 100644
--- a/settings/session-editor.c
+++ b/settings/session-editor.c
@@ -521,7 +521,7 @@ manager_client_registered(XfsmManager *proxy,
priority = g_variant_get_byte(variant_value);
DBG("priority %d", priority);
}
- else if(g_strcmp0(property, SmProgram) == 0)
+ else if(g_strcmp0(property, SmProcessID) == 0)
{
pid = g_variant_get_string(variant_value, 0);
DBG("pid %s", pid);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list