Ubuntu Pastebin

Paste from Mirv at Fri, 13 Feb 2015 10:49:04 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
=== modified file 'debian/changelog'
--- debian/changelog	2015-02-11 17:34:13 +0000
+++ debian/changelog	2015-02-13 10:18:10 +0000
@@ -1,3 +1,10 @@
+ubuntu-system-settings (0.3+15.04.20150211.1-0ubuntu2) UNRELEASED; urgency=medium
+
+  * Disable StorageInfo temporarily while a fix for the upstream class 
+    removal is being done.
+
+ -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Fri, 13 Feb 2015 12:12:45 +0200
+
 ubuntu-system-settings (0.3+15.04.20150211.1-0ubuntu1) vivid; urgency=medium
 
   [ jonas-drange ]

=== modified file 'plugins/about/PageComponent.qml'
--- plugins/about/PageComponent.qml	2015-01-14 00:00:41 +0000
+++ plugins/about/PageComponent.qml	2015-02-13 10:20:11 +0000
@@ -38,11 +38,11 @@
     UbuntuStorageAboutPanel {
         id: backendInfos
     }
-
+/*
     StorageInfo {
         id: storageInfo
     }
-
+*/
     DeviceInfo {
         id: deviceInfos
     }
@@ -163,17 +163,19 @@
             }
 
             ListItem.Divider {}
-
+/*
             ListItem.SingleValue {
                 id: storageItem
                 objectName: "storageItem"
                 text: i18n.tr("Storage")
+*/
                 /* TRANSLATORS: that's the free disk space, indicated in the most appropriate storage unit */
+/*
                 value: i18n.tr("%1 free").arg(Utilities.formatSize(storageInfo.availableDiskSpace("/home")))
                 progression: true
                 onClicked: pageStack.push(Qt.resolvedUrl("Storage.qml"))
             }
-
+*/
             SettingsItemTitle {
                 objectName: "softwareItem"
                 text: i18n.tr("Software:")
Download as text