* Fixed a typo
authorSergio Villar Senin <svillar@igalia.com>
Wed, 24 Oct 2007 08:03:02 +0000 (08:03 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Wed, 24 Oct 2007 08:03:02 +0000 (08:03 +0000)
pmo-trunk-r3566

src/widgets/modest-window-mgr.c

index aa654f4..fa2db44 100644 (file)
@@ -682,7 +682,7 @@ 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->viewaer_handlers) {
+       if (MODEST_IS_MSG_VIEW_WINDOW (window) && priv->viewer_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