[Xfce4-commits] [apps/xfdashboard] 02/03: Fix starting a real new application instance when environment variable XFDASHBOARD_FORCE_NEW_INSTANCE is set to any (even empty) value. Needs xfdashboard being built with DEBUG enabled.
noreply at xfce.org
noreply at xfce.org
Tue Jan 26 13:52:53 CET 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 24c143fd959919e6d275303339a19ee88c953ef9
Author: Stephan Haller <nomad at froevel.de>
Date: Tue Jan 26 13:43:41 2016 +0100
Fix starting a real new application instance when environment variable XFDASHBOARD_FORCE_NEW_INSTANCE is set to any (even empty) value. Needs xfdashboard being built with DEBUG enabled.
---
xfdashboard/application.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfdashboard/application.c b/xfdashboard/application.c
index 340a093..2ba3312 100644
--- a/xfdashboard/application.c
+++ b/xfdashboard/application.c
@@ -1077,7 +1077,7 @@ XfdashboardApplication* xfdashboard_application_get_default(void)
else appID=g_strdup(XFDASHBOARD_APP_ID);
application=g_object_new(XFDASHBOARD_TYPE_APPLICATION,
- "application-id", XFDASHBOARD_APP_ID,
+ "application-id", appID,
"flags", G_APPLICATION_HANDLES_COMMAND_LINE,
NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list