[Xfce4-commits] [apps/xfdashboard] 01/01: Add missing new-line in g_print

noreply at xfce.org noreply at xfce.org
Sun Jan 24 14:55:54 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 9aa8fbc59bb88fb052251ff2da8f9767052cf5e5
Author: Stephan Haller <nomad at froevel.de>
Date:   Sun Jan 24 14:55:41 2016 +0100

    Add missing new-line in g_print
---
 xfdashboard/window-content.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfdashboard/window-content.c b/xfdashboard/window-content.c
index 1afcc23..49bc27b 100644
--- a/xfdashboard/window-content.c
+++ b/xfdashboard/window-content.c
@@ -230,7 +230,7 @@ static void _xfdashboard_window_content_destroy_resume_queue(void)
 			{
 				content=XFDASHBOARD_WINDOW_CONTENT(iter->data);
 				window=xfdashboard_window_content_get_window(content);
-				g_print("Window content in resume queue: Item %s@%p for window '%s'",
+				g_print("Window content in resume queue: Item %s@%p for window '%s'\n",
 							G_OBJECT_TYPE_NAME(content), content,
 							xfdashboard_window_tracker_window_get_title(window));
 			}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list