[gnome-tweak-tool] Another go at 3.2....



commit a59b5a3901c5f72ae5261f45817958b51cd7f50f
Author: John Stowers <john stowers gmail com>
Date:   Tue Aug 30 23:26:55 2011 +1200

    Another go at 3.2....

 gtweak/gshellwrapper.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtweak/gshellwrapper.py b/gtweak/gshellwrapper.py
index 7f6007d..4c4ef81 100644
--- a/gtweak/gshellwrapper.py
+++ b/gtweak/gshellwrapper.py
@@ -103,7 +103,7 @@ class GnomeShell32(GnomeShell):
     EXTENSION_NEED_RESTART = False
 
     def list_extensions(self):
-        return self._proxy.ListExtensions()
+        return self._proxy.proxy.ListExtensions()
 
     def extension_is_active(self, state, uuid):
         return state == GnomeShell.EXTENSION_STATE["ENABLED"] and \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]