[postr/postr-0-12: 280/282] Fix removal of images in upload queue if the upload fails (#549965, Claudio



commit b68d226695ae753b90e1c1405c116102017e4001
Author: Ross Burton <ross burtonini com>
Date:   Fri Dec 19 14:48:27 2008 +0000

    Fix removal of images in upload queue if the upload fails (#549965, Claudio
    Saavendra).

 src/postr.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/postr.py b/src/postr.py
index f37b56a..5cffc82 100644
--- a/src/postr.py
+++ b/src/postr.py
@@ -763,6 +763,7 @@ class Postr (UniqueApp):
         self.thumbview.set_sensitive(True)
         self.update_statusbar()
         self.statusbar.update_quota()
+        self.current_upload_it = None
 
     def upload_error(self, failure):
         self.twisted_error(failure)



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