Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 182699
Collapse All | Expand All

(-)gnome-pilot-2.0.13.orig/capplet/util.c (-7 lines)
Lines 33-45 Link Here
33
static const guint speedList[] = {9600, 19200, 38400, 57600, 115200, 0};
33
static const guint speedList[] = {9600, 19200, 38400, 57600, 115200, 0};
34
#define  DEFAULT_SPEED_INDEX  3  /* Default to 57600 */
34
#define  DEFAULT_SPEED_INDEX  3  /* Default to 57600 */
35
35
36
static const char *synctypes[] = {_("Use conduit settings"),
37
				  _("Synchronize"),
38
				  _("Copy from pilot"),
39
				  _("Copy to pilot"),
40
				  _("Merge from pilot"),
41
				  _("Merge to pilot"),
42
				  NULL};
43
static const guint syncvalues[] = {GnomePilotConduitSyncTypeNotSet,
36
static const guint syncvalues[] = {GnomePilotConduitSyncTypeNotSet,
44
				   GnomePilotConduitSyncTypeSynchronize,
37
				   GnomePilotConduitSyncTypeSynchronize,
45
				   GnomePilotConduitSyncTypeCopyFromPilot,
38
				   GnomePilotConduitSyncTypeCopyFromPilot,

Return to bug 182699