Set proper logical id for "Invitation" string to mail_fi_invitation.
[modest] / src / gtk / modest-platform.c
index a608cb7..7af2d23 100644 (file)
@@ -1212,7 +1212,7 @@ modest_platform_set_update_interval (guint minutes)
                GtkWidget *shell;
                mgr = modest_runtime_get_window_mgr ();
                shell = modest_gtk_window_mgr_get_shell (MODEST_GTK_WINDOW_MGR (mgr));
-               g_object_weak_ref (shell, shell_weak_ref, NULL);
+               g_object_weak_ref ((GObject *) shell, shell_weak_ref, NULL);
                weak_ref_enabled = TRUE;
        }
        if (timeout_handler_id > 0) {
@@ -1239,7 +1239,7 @@ modest_platform_on_new_headers_received (GList *URI_list,
 }
 
 void
-modest_platform_remove_new_mail_notifications (gboolean only_visuals) 
+modest_platform_remove_new_mail_notifications (gboolean only_visuals, const gchar *acc_name) 
 {
        return;
 }