diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-18 23:19:57 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-18 23:19:57 +0300 |
| commit | b897c1ee48532388b6985a3fe4a220995b35d492 (patch) | |
| tree | 6efdd3767c1556976443b422175912857fab30cf | |
| parent | 6963695cd5fe5feb207b957deaf2135376be6bb9 (diff) | |
| download | meson-b897c1ee48532388b6985a3fe4a220995b35d492.tar.gz | |
One-liner.
| -rwxr-xr-x | mesongui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesongui.py b/mesongui.py index ee3858348..4f9af8b4f 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') |
