Skip to content

Commit

Permalink
Adds spices integration (applet installer)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Adams committed Feb 14, 2013
1 parent f37790a commit 9a23481
Show file tree
Hide file tree
Showing 10 changed files with 1,303 additions and 63 deletions.
2 changes: 2 additions & 0 deletions debian/control.in
Expand Up @@ -67,6 +67,8 @@ Depends: ${gir:Depends},
gir1.2-soup-2.4,
gir1.2-upowerglib-1.0,
gir1.2-gtkclutter-1.0,
gir1.2-javascriptcoregtk-3.0,
gir1.2-webkit-3.0,
python,
python-dbus,
python-gconf,
Expand Down
3 changes: 2 additions & 1 deletion files/usr/lib/cinnamon-settings/bin/SettingsWidgets.py
Expand Up @@ -39,6 +39,8 @@ def __init__(self, name, icon, keywords, advanced, content_box, is_c_mod = False
self.exec_name = exec_name
self.keywords = keywords
self.advanced = advanced
self.topWindow = None
self.builder = None

def add_widget(self, widget, advanced = False):
self.widgets.append(widget)
Expand All @@ -49,7 +51,6 @@ def build(self, mode_advanced):
widgets = self.content_box.get_children()
for widget in widgets:
self.content_box.remove(widget)

# Add our own widgets
# C modules are sort of messy - they check the desktop type
# (for Unity or GNOME) and show/hide UI items depending on
Expand Down

0 comments on commit 9a23481

Please sign in to comment.