From 377a8f911181055bb423bebcb6f67ac61012f96f Mon Sep 17 00:00:00 2001 From: Philip Van Hoof Date: Tue, 19 Jun 2007 07:44:42 +0000 Subject: [PATCH] Small bugfix pmo-trunk-r2301 --- src/maemo/modest-main-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/maemo/modest-main-window.c b/src/maemo/modest-main-window.c index 8d88a75..4073ff8 100644 --- a/src/maemo/modest-main-window.c +++ b/src/maemo/modest-main-window.c @@ -290,6 +290,7 @@ modest_main_window_init (ModestMainWindow *obj) priv = MODEST_MAIN_WINDOW_GET_PRIVATE(obj); + priv->queue_err_signals = NULL; priv->msg_paned = NULL; priv->main_paned = NULL; priv->main_vbox = NULL; -- 1.7.9.5