summaryrefslogtreecommitdiff
path: root/packages/gpe-beam/gpe-beam-0.2.6
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/gpe-beam/gpe-beam-0.2.6
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/gpe-beam/gpe-beam-0.2.6')
-rw-r--r--packages/gpe-beam/gpe-beam-0.2.6/.mtn2git_empty0
-rw-r--r--packages/gpe-beam/gpe-beam-0.2.6/vcard-send.patch33
2 files changed, 33 insertions, 0 deletions
diff --git a/packages/gpe-beam/gpe-beam-0.2.6/.mtn2git_empty b/packages/gpe-beam/gpe-beam-0.2.6/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gpe-beam/gpe-beam-0.2.6/.mtn2git_empty
diff --git a/packages/gpe-beam/gpe-beam-0.2.6/vcard-send.patch b/packages/gpe-beam/gpe-beam-0.2.6/vcard-send.patch
index e69de29bb2..1a2c66f821 100644
--- a/packages/gpe-beam/gpe-beam-0.2.6/vcard-send.patch
+++ b/packages/gpe-beam/gpe-beam-0.2.6/vcard-send.patch
@@ -0,0 +1,33 @@
+Index: main.c
+===================================================================
+RCS file: /cvs/gpe/base/gpe-beam/main.c,v
+retrieving revision 1.26
+diff -u -r1.26 main.c
+--- main.c 16 Oct 2004 12:17:51 -0000 1.26
++++ main.c 17 Oct 2004 12:43:16 -0000
+@@ -632,7 +632,7 @@
+
+
+ static void
+-send_vcard (void)
++do_send_vcard (void)
+ {
+ if (!radio_is_on)
+ radio_on ();
+@@ -651,6 +651,16 @@
+ }
+ }
+
++static void
++send_vcard (void)
++{
++ scan_thread =
++ g_thread_create ((GThreadFunc)
++ do_send_vcard, NULL, FALSE, NULL);
++ if (scan_thread == NULL)
++ gpe_perror_box (_("Unable to start sender."));
++}
++
+
+ static gboolean
+ get_irstatus (void)