summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iw/package_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/package_gui.py b/iw/package_gui.py
index 0ff47e0f7..3e3ae0d36 100644
--- a/iw/package_gui.py
+++ b/iw/package_gui.py
@@ -516,7 +516,7 @@ class PackageCheckList(checklist.CheckList):
def __init__(self, columns = 2):
store = gtk.TreeStore(gobject.TYPE_BOOLEAN,
- gobject.TYPE_STRING, gobject.TYPE_INT)
+ gobject.TYPE_STRING, gobject.TYPE_INT)
checklist.CheckList.__init__(self, columns=columns,
custom_store = store)