From 38f8574e5bbbb3a5caa0f1953c510a4581cb2f2b Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Wed, 16 Apr 2008 18:42:08 +0000 Subject: [PATCH] * Fixed a corner case when finalizing modest pmo-trunk-r4422 --- src/widgets/modest-window-mgr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/widgets/modest-window-mgr.c b/src/widgets/modest-window-mgr.c index bd1b95a..cf69517 100644 --- a/src/widgets/modest-window-mgr.c +++ b/src/widgets/modest-window-mgr.c @@ -808,8 +808,7 @@ on_window_destroy (ModestWindow *window, cancel_window_operations (window); /* Fake the window system, make it think that there is no window */ - if (priv->banner_counter == 0) - g_signal_emit (self, signals[WINDOW_LIST_EMPTY_SIGNAL], 0); + g_signal_emit (self, signals[WINDOW_LIST_EMPTY_SIGNAL], 0); no_propagate = TRUE; } -- 1.7.9.5