[pan2: 70/268] save fix



commit b11cee4b7cf4d6b9a3cc54b975bb199d7c3a38df
Author: Heinrich MÃller <sphemuel stud informatik uni-erlangen de>
Date:   Thu Jun 16 10:21:28 2011 +0200

    save fix

 pan/gui/post-ui.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pan/gui/post-ui.cc b/pan/gui/post-ui.cc
index 177f572..c0e57ad 100644
--- a/pan/gui/post-ui.cc
+++ b/pan/gui/post-ui.cc
@@ -750,10 +750,10 @@ PostUI :: send_and_save_now ()
     else
       return;
 
-    if (!update_queue_save_file ()) return;
-
   }
 
+   if (!update_queue_save_file ()) return;
+
   GMimeMessage * message (new_message_from_ui (POSTING));
   if (!maybe_post_message (message))
     g_object_unref (G_OBJECT(message));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]