2009-02-17 [colin] 3.7.0cvs67
[claws.git] / src / compose.c
index 34b4f07be74854f408401b737cf5fbf4f36e1a76..8a1db79b7fc1ea7e62463b5ea7e926cc4528e99f 100644 (file)
@@ -8923,7 +8923,9 @@ static void compose_send_later_cb(GtkAction *action, gpointer data)
        gint val;
 
        inc_lock();
+       compose_allow_user_actions(compose, FALSE);
        val = compose_queue_sub(compose, NULL, NULL, NULL, TRUE, TRUE);
+       compose_allow_user_actions(compose, TRUE);
        inc_unlock();
 
        if (!val) {