Hrvoje Senjan 2015-06-28 21:22:30 +00:00 committed by Git OBS Bridge
parent 837bee8c66
commit 96bc2d6c47

View File

@ -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++;