[Xfce4-commits] [xfce/xfce4-settings] 01/05: Revert "xfsettingsd: Start with the highest priority (Bug #15697)"
noreply at xfce.org
noreply at xfce.org
Fri Jul 26 00:15:51 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 86717779a48e7fb4cd37171ca4e2766672a8d8a9
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Sat Jul 20 17:40:29 2019 +0200
Revert "xfsettingsd: Start with the highest priority (Bug #15697)"
This reverts commit 92ddf97f8e8b976c3aa4483e2a5d1a23078ae84f.
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
xfsettingsd/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfsettingsd/main.c b/xfsettingsd/main.c
index dd34c3f..4afc85a 100644
--- a/xfsettingsd/main.c
+++ b/xfsettingsd/main.c
@@ -130,7 +130,7 @@ on_name_acquired (GDBusConnection *connection,
s_data->sm_client = xfce_sm_client_get ();
xfce_sm_client_set_restart_style (s_data->sm_client, XFCE_SM_CLIENT_RESTART_IMMEDIATELY);
xfce_sm_client_set_desktop_file (s_data->sm_client, XFSETTINGS_DESKTOP_FILE);
- xfce_sm_client_set_priority (s_data->sm_client, XFCE_SM_CLIENT_PRIORITY_HIGHEST);
+ xfce_sm_client_set_priority (s_data->sm_client, 20);
g_signal_connect (G_OBJECT (s_data->sm_client), "quit", G_CALLBACK (gtk_main_quit), NULL);
if (!xfce_sm_client_connect (s_data->sm_client, &error) && error)
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list