Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2013-01-22 15:42:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebase4-workspace (Old)
 and      /work/SRC/openSUSE:Factory/.kdebase4-workspace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebase4-workspace", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes    
2013-01-21 17:37:56.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
    2013-01-22 15:42:10.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 21 20:21:38 UTC 2013 - [email protected]
+
+- updated storage.diff to the one that is in review board 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------


++++++ storage.diff ++++++
--- /var/tmp/diff_new_pack.MBSlFW/_old  2013-01-22 15:42:12.000000000 +0100
+++ /var/tmp/diff_new_pack.MBSlFW/_new  2013-01-22 15:42:12.000000000 +0100
@@ -1,18 +1,19 @@
 diff --git a/kinfocenter/Modules/devinfo/soldevice.cpp 
b/kinfocenter/Modules/devinfo/soldevice.cpp
-index efe06b0..3f42e32 100644
+index efe06b0..d9cd5e4 100644
 --- a/kinfocenter/Modules/devinfo/soldevice.cpp
 +++ b/kinfocenter/Modules/devinfo/soldevice.cpp
-@@ -69,6 +69,13 @@ void SolDevice::setDefaultDeviceText()
+@@ -69,6 +69,14 @@ void SolDevice::setDefaultDeviceText()
    QString ddtString = i18nc("unknown device", "Unknown");
    
    if(deviceSet) ddtString = tiedDevice.product();
-+  
-+  if(tiedDevice.parent().product()==ddtString) {
-+       QString label =tiedDevice.udi().section("/",-1,-1);
-+       if (!label.isEmpty()){
-+       ddtString = label; 
-+       }
-+  }
++  if (tiedDevice.isDeviceInterface(Solid::DeviceInterface::StorageVolume) ||
++        tiedDevice.isDeviceInterface(Solid::DeviceInterface::SerialInterface) 
||
++        tiedDevice.isDeviceInterface(Solid::DeviceInterface::Battery)) {
++    QString label = SolDevice::udi().section("/", -1, -1);
++    if (!label.isEmpty()) {
++        ddtString = label;
++    }
++  }  
    setText(0,ddtString);
  }
  


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to