[mate-bluetooth] add mate-bluetooth_double_quotes_via_sendto_callback.patch

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sun Jul 7 09:21:16 UTC 2013


commit f49fa5f1bbe5e7217396586ba978627f341d61cb
Author: raveit <chat-to-me at raveit.de>
Date:   Sun Jul 7 11:21:00 2013 +0200

    add mate-bluetooth_double_quotes_via_sendto_callback.patch

 ...uetooth_double_quotes_via_sendto_callback.patch |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/mate-bluetooth_double_quotes_via_sendto_callback.patch b/mate-bluetooth_double_quotes_via_sendto_callback.patch
new file mode 100644
index 0000000..8ba8454
--- /dev/null
+++ b/mate-bluetooth_double_quotes_via_sendto_callback.patch
@@ -0,0 +1,19 @@
+diff -upr mate-bluetooth-1.6.0-orig/applet/main.c mate-bluetooth-1.6.0/applet/main.c
+--- mate-bluetooth-1.6.0-orig/applet/main.c	2013-04-02 17:06:05.000000000 +0200
++++ mate-bluetooth-1.6.0/applet/main.c	2013-06-10 22:07:10.176860760 +0200
+@@ -207,13 +207,13 @@ void sendto_callback(GObject *widget, gp
+ 	if (address != NULL) {
+ 		char *s;
+ 
+-		s = g_strdup_printf ("--device=\"%s\"", address);
++		s = g_strdup_printf ("--device=%s", address);
+ 		g_ptr_array_add (a, s);
+ 	}
+ 	if (address != NULL && alias != NULL) {
+ 		char *s;
+ 
+-		s = g_strdup_printf ("--name=\"%s\"", alias);
++		s = g_strdup_printf ("--name=%s", alias);
+ 		g_ptr_array_add (a, s);
+ 	}
+ 	g_ptr_array_add (a, NULL);


More information about the scm-commits mailing list