X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=xgnokii%2Fxgnokii_contacts.c;h=cf8289a04ae57fc2cd157df785bacf8b5bc362cf;hb=49dd905279a8e62936e3713510ab0fd738e20ecb;hp=6baacfce91d2f3872ce0d5149b80568ad8c01864;hpb=2c2798de53319dcec0435cd651e3e1922bdd6e86;p=gnokii.git diff --git a/xgnokii/xgnokii_contacts.c b/xgnokii/xgnokii_contacts.c index 6baacfc..cf8289a 100644 --- a/xgnokii/xgnokii_contacts.c +++ b/xgnokii/xgnokii_contacts.c @@ -1,7 +1,5 @@ /* - $Id$ - X G N O K I I A Linux/Unix GUI for Nokia mobile phones. @@ -10,6 +8,34 @@ Released under the terms of the GNU GPL, see file COPYING for more details. + $Id$ + + $Log$ + Revision 1.1.1.5 2002/04/03 00:08:28 short + Found in "gnokii-working" directory, some November-patches version + + Revision 1.30 2001/09/14 13:14:04 pkot + Xgnokii WM fixes (Martin Lucina) + + Revision 1.29 2001/03/23 08:24:56 ja + New preview for 6210 in xgnokii's logos module. + + Revision 1.28 2001/03/19 23:43:47 pkot + Solaris/BSD '#if defined' cleanup + + Revision 1.27 2001/03/13 01:21:39 pkot + *BSD updates (Bert Driehuis) + + Revision 1.26 2001/03/05 10:42:03 ja + Pavel Machek's vcard and finegrained indicators patch. + + Revision 1.25 2001/02/12 15:13:46 chris + Fixed my bug in xgnokii_contacts.c and added to tekram.c + + Revision 1.24 2001/02/02 08:09:57 ja + New dialogs for 6210/7110 in xgnokii. Fixed the smsd for new capabilty code. + + */ @@ -29,6 +55,9 @@ #include #include +#if __unices__ +# include +#endif #include #include "gsm-common.h" @@ -1892,7 +1921,7 @@ static GtkWidget *CreateSaveQuestionDialog (GtkSignalFunc SaveFunc, static void OkExtPbkDialog (GtkWidget *w, gpointer data) { ExtPbkDialog *d=(ExtPbkDialog*)data; - SMS_NumberType numtype; + GSM_NumberType numtype; gint i, found=999; gchar *chars; @@ -2682,7 +2711,7 @@ static bool ParseLine (GSM_PhonebookEntry *entry, gint *num, gchar *buf) return FALSE; if (i >= len) return FALSE; - entry->SubEntries[entry->SubEntriesCount].NumberType=(SMS_NumberType)strtol (s_num, &endptr, 10); + entry->SubEntries[entry->SubEntriesCount].NumberType=(GSM_NumberType)strtol (s_num, &endptr, 10); if (s_num == endptr) return FALSE; buf += (i + 1);