Add manfraid to thanks section.
This commit is contained in:
parent
cf1cdd1834
commit
ef72674102
2 changed files with 3 additions and 2 deletions
3
README
3
README
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue