[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Re: [Multisync-devel] multisync-gnokii-plugin hangs/crashes whil
From: |
Balint Reczey |
Subject: |
[PATCH] Re: [Multisync-devel] multisync-gnokii-plugin hangs/crashes while syncing against evolution |
Date: |
Mon, 3 Jan 2005 23:46:35 +0000 (GMT) |
--- Christian Hilgers <address@hidden>
wrote:
> Christian Hilgers wrote:
> > Hi,
> >
> > I am new to this list and hope I add all relevant
> data.
> > I was able to sync in both directions,
> > mobile -> evolution
> > evolution -> mobile
Try this patch!
The hang in startup can be caused by libgnokii,
searching for the mobile device. The attached patch
makes the gnokii plugin connect to the device later,
just before communication, and disconnects after
commmuniaction is over. It will make things a bit
slower.
Balint
___________________________________________________________
ALL-NEW Yahoo! Messenger - all new features - even
more fun! http://uk.messenger.yahoo.com
___________________________________________________________
ALL-NEW Yahoo! Messenger - all new features - even more fun!
http://uk.messenger.yahoo.com
Index: multisync/plugins/gnokii_sync/src/gnokii_sync.c
===================================================================
RCS file:
/cvsroot/multisync/multisync/plugins/gnokii_sync/src/Attic/gnokii_sync.c,v
retrieving revision 1.1.2.8
diff -u -r1.1.2.8 gnokii_sync.c
--- multisync/plugins/gnokii_sync/src/gnokii_sync.c 26 Sep 2004 21:23:16
-0000 1.1.2.8
+++ multisync/plugins/gnokii_sync/src/gnokii_sync.c 3 Jan 2005 23:03:25
-0000
@@ -971,7 +971,7 @@
// (i.e. can be constantly connected)
gboolean always_connected()
{
- return (TRUE);
+ return (FALSE);
}
char *short_name()
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] Re: [Multisync-devel] multisync-gnokii-plugin hangs/crashes while syncing against evolution,
Balint Reczey <=