Thread: SVN Commit by guillaume: r8273 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/frm

Author: guillaume

Date: 2010-04-16 22:23:09 +0100 (Fri, 16 Apr 2010)

New Revision: 8273

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8273&view=rev

Log:
Fix the status server window on Mac OS X, per a report from Dave.

In branch 1.10, we fix it by disabling the native behaviour of the listview.
Which means we disabled the ordering functionality.

In trunk, we fix it by enabling our own ordering functionality (but still
disable the native behaviour of the listview on Mac OS X).

Fixes #168.



Modified:
   branches/REL-1_10_0_PATCHES/pgadmin3/CHANGELOG
   branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/frm/frmStatus.cpp
   branches/REL-1_10_0_PATCHES/pgadmin3/stringextract