[Bug 109273] Re: kde systemsettings module "Disk & Filesystems" does not load
sebas
sebas at kde.org
Wed Jul 25 11:12:25 UTC 2007
This is a different problem, but here's a patch that should fix this.
Index: MicroHAL.py
===================================================================
--- MicroHAL.py (revision 680463)
+++ MicroHAL.py (working copy)
@@ -381,7 +381,10 @@
return self.modelname
def getName(self):
- return "Disk "+self.getModelName()
+ if self.getModelName():
+ return i18n("Disk ")+self.getModelName()
+ else:
+ return i18n("Unknown Disk")
def getPartitions(self):
return self.partitions[:]
--
kde systemsettings module "Disk & Filesystems" does not load
https://bugs.launchpad.net/bugs/109273
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.
More information about the kubuntu-bugs
mailing list