[pkg-fso-commits] [SCM] openmoko panel plugin branch, debian, updated. debian/0.8-1-3-g6639725

ohli (none) ohli at workuta.
Tue Feb 3 22:10:59 UTC 2009


The following commit has been merged in the debian branch:
commit 6639725467238a88a00606248c34b46277df78d5
Author: ohli <ohli at workuta.(none)>
Date:   Tue Feb 3 22:47:30 2009 +0100

    new upstream release

diff --git a/debian/changelog b/debian/changelog
index ac690cf..d82f149 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+openmoko-panel-plugin (0.9-1) pkg-fso; urgency=low
+
+  * New Upstream Version
+  * MS5 is now needed
+  * dbus rework
+  * working with 2.6.28
+
+ -- Sebastian Ohl <sebastian at ohl.name>  Tue, 03 Feb 2009 21:49:51 +0100
+
 openmoko-panel-plugin (0.8-1) pkg-fso; urgency=low
 
   * lots of fixes
diff --git a/debian/control b/debian/control
index 6b5911c..23d679c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.8.0
 
 Package: openmoko-panel-plugin
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, fso-frameworkd, python, python-gtk2, matchbox-keyboard, python-notify, python-dbus, python-cairo
+Depends: ${shlibs:Depends}, ${misc:Depends}, fso-frameworkd(>=0.8.4.9-200901), python, python-gtk2, matchbox-keyboard, python-notify, python-dbus, python-cairo
 Recommends: notification-daemon
 Description: Panel Plugin to display the openmoko powerstates
  This Plugin adds some powerstates of the openmoko freerunner
diff --git a/panelplugin/PanelPlugin.py b/panelplugin/PanelPlugin.py
index afb32d7..86dd2cd 100644
--- a/panelplugin/PanelPlugin.py
+++ b/panelplugin/PanelPlugin.py
@@ -289,16 +289,6 @@ class PanelPlugin():
             self.configWindowActiveIconsCheckBoxes[icon] = iconCheckBox
             self.configWindowVBoxIcons.pack_start(iconRow, True, True, 2)
 
-        if (windowClose):
-            self.configWindowDestroyer(None)
-
-    def configWindowDestroyer(self, widget, data = None):
-        self.configWindow.destroy()
-        self.configWindowActive = False
-
-    def configWindowDeleter(self, widget, event, data = None):
-        return False
-
     def configWindowMaker(self, name=None):
         if (self.configWindowActive):
             self.configWindowDestroyer(None)

-- 
openmoko panel plugin



More information about the pkg-fso-commits mailing list