]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpe-beam/gpe-beam-0.2.6/vcard-send.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpe-beam / gpe-beam-0.2.6 / vcard-send.patch
1 Index: main.c
2 ===================================================================
3 RCS file: /cvs/gpe/base/gpe-beam/main.c,v
4 retrieving revision 1.26
5 diff -u -r1.26 main.c
6 --- main.c      16 Oct 2004 12:17:51 -0000      1.26
7 +++ main.c      17 Oct 2004 12:43:16 -0000
8 @@ -632,7 +632,7 @@
9  
10  
11  static void
12 -send_vcard (void)
13 +do_send_vcard (void)
14  {
15         if (!radio_is_on)
16                 radio_on ();
17 @@ -651,6 +651,16 @@
18         }
19  }
20  
21 +static void
22 +send_vcard (void)
23 +{
24 +       scan_thread =
25 +               g_thread_create ((GThreadFunc)
26 +                                do_send_vcard, NULL, FALSE, NULL);
27 +       if (scan_thread == NULL)
28 +               gpe_perror_box (_("Unable to start sender."));
29 +}
30 +
31  
32  static gboolean
33  get_irstatus (void)