View Single Post
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#2
Happened to me too, some time ago.
I had no idea, what could have caused it.

But it is easily possible to restore. So do not worry.
Unfortunately I do not remember actually.
Let me think for a moment ...


... okay, got it sorted again
Thought it was just an ini file, but we have to use gconf.

Open x-term and type:
Code:
gconftool -g /apps/osso-addressbook/contact-order
Output will be "0" or "1"

Depending on output type either (output was 0):
Code:
gconftool -s /apps/osso-addressbook/contact-order -t int 1
killall osso-addressbook
or (output was 1):
Code:
gconftool -s /apps/osso-addressbook/contact-order -t int 0
killall osso-addressbook
Open contacts and done.

0 = ABC
1 = status
2 = recent

Last edited by peterleinchen; 2012-06-07 at 19:14.