* Restored some code deleted by error
authorSergio Villar Senin <svillar@igalia.com>
Wed, 24 Oct 2007 07:58:36 +0000 (07:58 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Wed, 24 Oct 2007 07:58:36 +0000 (07:58 +0000)
pmo-trunk-r3565

src/widgets/modest-window-mgr.c

index ced34cc..aa654f4 100644 (file)
@@ -682,7 +682,8 @@ modest_window_mgr_unregister_window (ModestWindowMgr *self,
        /* Remove the viewer window handler from the hash table. The
           HashTable could not exist if the main window was closeed
           when there were other windows remaining */
-       if (MODEST_IS_MSG_VIEW_WINDOW (window) && priv->viewer_handlers) {
+       if (MODEST_IS_MSG_VIEW_WINDOW (window) && priv->viewaer_handlers) {
+               tmp = (gulong *) g_hash_table_lookup (priv->viewer_handlers, window);
                /* If the viewer was created without a main window
                   (for example when opening a message through D-Bus
                   the viewer handlers was not registered */