X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-account-view-window.c;h=fc40ea2be4d2ad9d3b16b4ee2e761fcb7aa1ab71;hp=1a57a12ee94940f6ce438fa35abe11dc2908674e;hb=d2766e0125d45ae66dbe70b51eb90e3b0e493982;hpb=bfb32c64aa175fcb4ff3f58cd5aa8169980f0b27 diff --git a/src/maemo/modest-account-view-window.c b/src/maemo/modest-account-view-window.c index 1a57a12..fc40ea2 100644 --- a/src/maemo/modest-account-view-window.c +++ b/src/maemo/modest-account-view-window.c @@ -229,7 +229,7 @@ on_edit_button_clicked (GtkWidget *button, ModestAccountViewWindow *self) const int response = gtk_dialog_run (GTK_DIALOG(note)); gtk_widget_destroy (note); if (response == GTK_RESPONSE_OK) { - modest_mail_operation_queue_cancel_all(queue);; + modest_mail_operation_queue_cancel_all(queue); } else return;