* Fixes NB#81009, show the proper title when saving multiple attachments
authorSergio Villar Senin <svillar@igalia.com>
Tue, 19 Feb 2008 16:30:13 +0000 (16:30 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 19 Feb 2008 16:30:13 +0000 (16:30 +0000)
pmo-trunk-r4199

src/maemo/modest-msg-view-window.c

index aa0afd2..c758c0d 100644 (file)
@@ -2614,6 +2614,7 @@ modest_msg_view_window_save_attachments (ModestMsgViewWindow *window, TnyList *m
        /* if multiple, set multiple string */
        if (save_multiple_str) {
                g_object_set (G_OBJECT (save_dialog), "save-multiple", save_multiple_str, NULL);
+               gtk_window_set_title (GTK_WINDOW (save_dialog), _FM("sfil_ti_save_objects_files"));
        }
                
        /* show dialog */