Closed GoogleCodeExporter closed 9 years ago
Changed in revision 38; the lines such as
self.model.set_sort_column_id(4, not self.get_gconf_sort_order())
became
self.model.set_sort_column_id(4, self.get_gconf_sort_order())
However, this broke the ascending/descending sorting (but fixed sorting
persistence
on startup and also fixed a gmail bug).
Original comment by nekoh...@gmail.com
on 16 Dec 2006 at 9:37
Original comment by woutclym...@gmail.com
on 23 Jan 2007 at 5:27
minor glitch left: the sorting order is not set in the menu (for example, if I
set to
sort by name, the notifier will indeed sort the names on startup, but the
'sorting'
submenu will not be set to 'name')
Original comment by nekoh...@gmail.com
on 24 Jan 2007 at 10:37
Original comment by woutclym...@gmail.com
on 27 Jan 2007 at 2:55
It works! thanks
Original comment by nekoh...@gmail.com
on 27 Jan 2007 at 3:38
Original comment by nekoh...@gmail.com
on 18 Mar 2008 at 2:00
Original issue reported on code.google.com by
nekoh...@gmail.com
on 16 Dec 2006 at 5:09