From cd074c8da38f6cc0ad808783ca7e631967dfdd47 Mon Sep 17 00:00:00 2001 From: Harishankar Date: Thu, 2 Dec 2010 11:43:13 +0530 Subject: [PATCH] Minor: Fixed return value Fixed return value in repopulate_articles --- main_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main_window.py b/main_window.py index 8963536..799fdf8 100644 --- a/main_window.py +++ b/main_window.py @@ -49,6 +49,7 @@ class MainWindow (PyQt4.QtGui.QMainWindow, ui_main_window.Ui_MainWindow): qrow = PyQt4.QtGui.QTreeWidgetItem ([str(item[0]), str(item[1])]) self.articles.addTopLevelItem (qrow) # return true when successful + return True # when the view is refreshed def onViewRefresh (self): -- 2.20.1