diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-12-09 14:06:57 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-01-26 10:05:33 +0100 |
commit | ef72674102d506567e00793ef84c0893a79ff654 (patch) | |
tree | 624bbd11cc4faf4666278a40ee4c8734d94f72ea | |
parent | cf1cdd18342f115ebd7caea4ee34862bcce52551 (diff) | |
download | poezio-ef72674102d506567e00793ef84c0893a79ff654.tar.gz poezio-ef72674102d506567e00793ef84c0893a79ff654.tar.bz2 poezio-ef72674102d506567e00793ef84c0893a79ff654.tar.xz poezio-ef72674102d506567e00793ef84c0893a79ff654.zip |
Add manfraid to thanks section.
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | src/tabs.py | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -144,13 +144,14 @@ we merge it to “master” as well, of course). ======================= = People = - Todd Eisenberger (todd@teisen.be) - Plugin system + - Jérôme Parment (Manfraid) - Code, testing - Link Mauve - Code, testing - Gaëtan Ribémont (http://www.bonbref.com) - Logo design - Ovart - Testing - Koshie - Donation - Gapan - Makefile - FlashCode (weechat dev) - Useful advices on how to use ncurses efficiently - - And all the people using and testing poezio, and especially the one present + - And all the people using and testing poezio, and especially the ones present on the jabber chatroom doing bug reports and/or feature requests. = Project = Gajim - send_vcard method and common.py 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() |