Ubuntu Pastebin

Paste from dandrader at Tue, 20 Jan 2015 16:08:59 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
=== modified file 'qml/Panel/Indicators/VisibleIndicators.qml'
--- qml/Panel/Indicators/VisibleIndicators.qml  2014-12-19 14:51:35 +0000
+++ qml/Panel/Indicators/VisibleIndicators.qml  2015-01-20 14:27:31 +0000
@@ -22,7 +22,12 @@ import Unity.Indicators 0.1 as Indicator
 import Utils 0.1
 
 Item {
-    property UnitySortFilterProxyModel model: filterModel
+    //property UnitySortFilterProxyModel model: filterModel
+    property var model: visibleIndicatorsModel
Download as text