From: Sergio Villar Senin Date: Wed, 24 Oct 2007 08:03:02 +0000 (+0000) Subject: * Fixed a typo X-Git-Tag: git_migration_finished~2222 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=5a4356f9e14df21f99c411fdb0072f60cb8511ab;ds=sidebyside * Fixed a typo pmo-trunk-r3566 --- diff --git a/src/widgets/modest-window-mgr.c b/src/widgets/modest-window-mgr.c index aa654f4..fa2db44 100644 --- a/src/widgets/modest-window-mgr.c +++ b/src/widgets/modest-window-mgr.c @@ -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