[evolution] Mute "Shell not finalized on exit" runtime warning



commit 157c1ff13dc16e502293499818a233e9d53780af
Author: Milan Crha <mcrha redhat com>
Date:   Mon Feb 2 18:58:45 2015 +0100

    Mute "Shell not finalized on exit" runtime warning
    
    See bug #737949 for the reason what caused it.

 shell/main.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/shell/main.c b/shell/main.c
index f7930ca..54335c1 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -635,7 +635,8 @@ exit:
        g_object_unref (shell);
 
        if (e_shell_get_default () != NULL) {
-               g_warning ("Shell not finalized on exit");
+               /* Mute the warning, due to https://bugzilla.gnome.org/show_bug.cgi?id=737949
+               g_warning ("Shell not finalized on exit"); */
 
                /* To not run in the safe mode the next start */
                if (e_file_lock_get_pid () == getpid ())


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