Skip to content

Commit

Permalink
Added missing method to ExtensionSidePage class, which blocked the up…
Browse files Browse the repository at this point in the history
…date of the indicator of the active theme
  • Loading branch information
pixunil committed May 25, 2015
1 parent 07f4972 commit 8ce2721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions files/usr/lib/cinnamon-settings/bin/ExtensionCore.py
Expand Up @@ -1095,6 +1095,9 @@ def _enabled_extensions_changed(self):
self.model.set_value(row.iter, 2, 0)
self._selection_changed()

def fromSettingString(self, string):
return string

def _add_another_instance(self):
model, treeiter = self.treeview.get_selection().get_selected()
if treeiter:
Expand Down
6 changes: 0 additions & 6 deletions files/usr/lib/cinnamon-settings/modules/cs_extensions.py
Expand Up @@ -28,9 +28,3 @@ def __init__(self, name, icon, keywords, content_box, collection_type, module):
def toSettingString(self, uuid, instanceId):
return uuid

def fromSettingString(self, string):
return string

def getAdditionalPage(self):
return None

0 comments on commit 8ce2721

Please sign in to comment.