aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-09-18 23:19:57 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-09-18 23:19:57 +0300
commitb897c1ee48532388b6985a3fe4a220995b35d492 (patch)
tree6efdd3767c1556976443b422175912857fab30cf
parent6963695cd5fe5feb207b957deaf2135376be6bb9 (diff)
downloadmeson-b897c1ee48532388b6985a3fe4a220995b35d492.zip
meson-b897c1ee48532388b6985a3fe4a220995b35d492.tar.gz
meson-b897c1ee48532388b6985a3fe4a220995b35d492.tar.bz2
One-liner.
-rwxr-xr-xmesongui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesongui.py b/mesongui.py
index ee38583..4f9af8b 100755
--- a/mesongui.py
+++ b/mesongui.py
@@ -45,7 +45,7 @@ class PathModel(QAbstractItemModel):
return 2
def headerData(self, section, orientation, role):
- if section == '1':
+ if section == 1:
return QVariant('Path')
return QVariant('Type')