[Xfce4-commits] [apps/xfdashboard] 01/02: Fixed parameter order in debug message
noreply at xfce.org
noreply at xfce.org
Tue Sep 15 06:33:58 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 30bd31bf868f2b23e2a040cb7f56230b8fe2f321
Author: Stephan Haller <nomad at froevel.de>
Date: Tue Sep 15 06:33:00 2015 +0200
Fixed parameter order in debug message
---
xfdashboard/window-tracker-monitor.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfdashboard/window-tracker-monitor.c b/xfdashboard/window-tracker-monitor.c
index ce922b0..9a5bfc7 100644
--- a/xfdashboard/window-tracker-monitor.c
+++ b/xfdashboard/window-tracker-monitor.c
@@ -101,8 +101,8 @@ static void _xfdashboard_window_tracker_monitor_update_primary(XfdashboardWindow
{
g_debug("Monitor %d changes primary state from %s to %s",
priv->monitorIndex,
- isPrimary ? "yes" : "no",
- priv->isPrimary ? "yes" : "no");
+ priv->isPrimary ? "yes" : "no",
+ isPrimary ? "yes" : "no");
/* Set value */
priv->isPrimary=isPrimary;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list