diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-12-09 14:06:57 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-12-09 14:06:57 +0100 |
commit | 3958b112ad304d807041b4d0de18f95e6646896c (patch) | |
tree | 624bbd11cc4faf4666278a40ee4c8734d94f72ea /src/tabs.py | |
parent | a25b39777c69698163d80575aa623004ed465d2b (diff) | |
download | poezio-3958b112ad304d807041b4d0de18f95e6646896c.tar.gz poezio-3958b112ad304d807041b4d0de18f95e6646896c.tar.bz2 poezio-3958b112ad304d807041b4d0de18f95e6646896c.tar.xz poezio-3958b112ad304d807041b4d0de18f95e6646896c.zip |
Add manfraid to thanks section.
Diffstat (limited to 'src/tabs.py')
-rw-r--r-- | src/tabs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py index dc7aa22d..b1d5bec2 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -2365,7 +2365,7 @@ class MucListTab(Tab): self.listview.sort_by_column(col_name=self.list_header.get_sel_column(),asc=False) self.list_header.set_order(False) self.list_header.refresh() - else: + else: self.listview.sort_by_column(col_name=self.list_header.get_sel_column(),asc=True) self.list_header.set_order(True) self.list_header.refresh() |