The branch, master has been updated via 736ec9e1531886250ab8b7986db9146dc73a7d2d (commit) from e3b87397d75a7e246d29c4f94b1368e092f27207 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 736ec9e1531886250ab8b7986db9146dc73a7d2d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jun 12 13:24:37 2013 +0200 add whitespace after colon in notification bubble ----------------------------------------------------------------------- Summary of changes: onmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/onmainwindow.cpp b/onmainwindow.cpp index c2ee334..b707d84 100644 --- a/onmainwindow.cpp +++ b/onmainwindow.cpp @@ -4834,7 +4834,7 @@ void ONMainWindow::slotRetResumeSess ( bool result, } //change the trayicon picture - setTrayIconToSessionIcon(tr("New session started") + ":" + resumingSession.sessionId); + setTrayIconToSessionIcon(tr("New session started") + ": " + resumingSession.sessionId); } else hooks/post-receive -- x2goclient.git (X2Go Client) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goclient.git" (X2Go Client).