gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-24


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-246-g9b7974c
Date: Fri, 17 Jun 2011 08:22:16 +0000

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 "libgnokii and core programs".

The branch, master has been updated
       via  9b7974c5334c01fa3291bcb6f10364a5173da6a4 (commit)
      from  896b10d1241f0fba314ecbb481cecb0cdb133c20 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=9b7974c5334c01fa3291bcb6f10364a5173da6a4


commit 9b7974c5334c01fa3291bcb6f10364a5173da6a4
Author: Daniele Forsi <address@hidden>
Date:   Fri Jun 17 10:01:14 2011 +0200

    Show termination messages also on stderr

diff --git a/xgnokii/xgnokii.c b/xgnokii/xgnokii.c
index def5af4..a00de83 100644
--- a/xgnokii/xgnokii.c
+++ b/xgnokii/xgnokii.c
@@ -818,6 +818,7 @@ static void _MainExit(void)
 void MainExit(gchar *ermsg)
 {
        if (ermsg) {
+               gn_log_xdebug(ermsg);
                /* Nasty workaround -- that's some race condition that makes 
sometimes xgnokii to hang on exit */
                sleep(1);
                gtk_label_set_text(GTK_LABEL(infoDialog.text), ermsg);

-----------------------------------------------------------------------

Summary of changes:
 xgnokii/xgnokii.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]