Don Seiler wrote:
> For some reason my sqlite_master table is empty and I don't have any of
> those other contacts tables in the contacts database. Where would my
> contacts info be stored?
In the directory ~/.gpe/contacts
Try:
strace -e trace=open gpe-contacts
(strace needs to be installed though).
> What about just deleting all the records instead of dropping the table?
In fact that's a way better idea ;-)
sqlite> delete from contacts_category;
After that it works again w/o crash.
btw: the port of gpe-contacts to gtk2 is in progress. bug might get
solved during that. See:
http://handhelds.org/z/wiki/ListOfAppsNotYetPorted
Marcus
Received on Wed Nov 13 2002 - 12:13:16 EST
This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:19:02 EDT