[billreminder] Remember to refresh the data after toggling a record's paid attribute.



commit 0a0c51b61fedef803cb8e29472b55d2d04c610b2
Author: Og B. Maciel <ogmaciel gnome org>
Date:   Sat Nov 28 22:30:49 2009 -0500

    Remember to refresh the data after toggling a record's paid attribute.

 src/gui/maindialog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/maindialog.py b/src/gui/maindialog.py
index ca64cc5..1bc1b5c 100644
--- a/src/gui/maindialog.py
+++ b/src/gui/maindialog.py
@@ -309,7 +309,7 @@ class MainDialog:
         # Update list with updated record
         idx = self.list.get_cursor()[0][0]
         self.update_statusbar(idx)
-        #self.reloadTreeView()
+        self.reloadTreeView()
         self.reloadTimeline()
 
     def about(self):



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