projects
/
biaweb_qt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ded989
)
Minor: Fixed return value
author
Harishankar
<v.harishankar@gmail.com>
Thu, 2 Dec 2010 06:13:13 +0000
(11:43 +0530)
committer
Harishankar
<v.harishankar@gmail.com>
Thu, 2 Dec 2010 06:13:13 +0000
(11:43 +0530)
Fixed return value in repopulate_articles
main_window.py
patch
|
blob
|
history
diff --git
a/main_window.py
b/main_window.py
index
8963536
..
799fdf8
100644
(file)
--- 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):