From 96bc2d6c4795c561f94322ac162238e3d404c797964f85e3da5106332aa7ecb8 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 28 Jun 2015 21:22:30 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/bluedevil5?expand=0&rev=33 --- bluez-qt-5.11.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bluez-qt-5.11.patch b/bluez-qt-5.11.patch index ad1ec96..8993725 100644 --- a/bluez-qt-5.11.patch +++ b/bluez-qt-5.11.patch @@ -25,10 +25,10 @@ index 834d034..d685cb2 100644 } } diff --git a/src/applet/package/contents/ui/DeviceItem.qml b/src/applet/package/contents/ui/DeviceItem.qml -index 19b55cf..b0fc9ce 100644 +index 691e954..0e60d3e 100644 --- a/src/applet/package/contents/ui/DeviceItem.qml +++ b/src/applet/package/contents/ui/DeviceItem.qml -@@ -378,10 +378,10 @@ PlasmaComponents.ListItem { +@@ -396,10 +396,10 @@ PlasmaComponents.ListItem { return i18n("Connecting"); } @@ -41,7 +41,7 @@ index 19b55cf..b0fc9ce 100644 return i18n("Audio device"); case BluezQt.Device.Keyboard: -@@ -422,7 +422,7 @@ PlasmaComponents.ListItem { +@@ -440,7 +440,7 @@ PlasmaComponents.ListItem { function connectToDevice() { if (Connected) { @@ -50,7 +50,7 @@ index 19b55cf..b0fc9ce 100644 return; } -@@ -433,7 +433,7 @@ PlasmaComponents.ListItem { +@@ -451,7 +451,7 @@ PlasmaComponents.ListItem { connecting = true; runningActions++;