2007-08-18 [colin] 2.10.0cvs130
[claws.git] / src / compose.c
index 20bb291036068ebf6a2d07089ff0fd25089d7821..401635076df0bd582ed3838beb85fb8c5dca8b81 100644 (file)
@@ -4508,7 +4508,7 @@ gint compose_send(Compose *compose)
        MainWindow *mainwin = mainwindow_get_mainwindow();
        gboolean queued_removed = FALSE;
 
-       if (prefs_common.send_dialog_mode != SEND_DIALOG_ALWAYS
+       if (prefs_common.send_dialog_invisible
                        || compose->batch == TRUE)
                discard_window = TRUE;
 
@@ -8557,7 +8557,7 @@ gboolean compose_draft (gpointer data, guint action)
 
                path = folder_item_fetch_msg(draft, msgnum);
                if (path == NULL) {
-                       debug_print("can't fetch %s:%d\n",draft->path, msgnum);
+                       debug_print("can't fetch %s:%d\n", draft->path, msgnum);
                        goto unlock;
                }
                if (g_stat(path, &s) < 0) {