r10813 - in /packages/unstable/gedit-plugins/debian: changelog patches/ patches/60_sessionsaver-window-typo-in-deactivate.patch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun May 6 14:58:15 UTC 2007


Author: lool
Date: Sun May  6 14:58:15 2007
New Revision: 10813

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10813
Log:
* New patch, 60_sessionsaver-window-typo-in-deactivate, fixes Python error
  when deactivating the plugin.

Added:
    packages/unstable/gedit-plugins/debian/patches/
    packages/unstable/gedit-plugins/debian/patches/60_sessionsaver-window-typo-in-deactivate.patch
Modified:
    packages/unstable/gedit-plugins/debian/changelog

Modified: packages/unstable/gedit-plugins/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/changelog?rev=10813&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/changelog (original)
+++ packages/unstable/gedit-plugins/debian/changelog Sun May  6 14:58:15 2007
@@ -1,3 +1,10 @@
+gedit-plugins (2.18.0-2) unstable; urgency=low
+
+  * New patch, 60_sessionsaver-window-typo-in-deactivate, fixes Python error
+    when deactivating the plugin.
+
+ -- Loic Minier <lool at dooz.org>  Sun, 06 May 2007 16:54:52 +0200
+
 gedit-plugins (2.18.0-1) unstable; urgency=low
 
   [ Loic Minier ]

Added: packages/unstable/gedit-plugins/debian/patches/60_sessionsaver-window-typo-in-deactivate.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/patches/60_sessionsaver-window-typo-in-deactivate.patch?rev=10813&op=file
==============================================================================
--- packages/unstable/gedit-plugins/debian/patches/60_sessionsaver-window-typo-in-deactivate.patch (added)
+++ packages/unstable/gedit-plugins/debian/patches/60_sessionsaver-window-typo-in-deactivate.patch Sun May  6 14:58:15 2007
@@ -1,0 +1,12 @@
+diff -Nur gedit-plugins-2.18.0/plugins/sessionsaver/__init__.py gedit-plugins-2.18.0.new/plugins/sessionsaver/__init__.py
+--- gedit-plugins-2.18.0/plugins/sessionsaver/__init__.py	2007-03-15 21:24:23.000000000 +0100
++++ gedit-plugins-2.18.0.new/plugins/sessionsaver/__init__.py	2007-05-06 16:54:34.000000000 +0200
+@@ -119,7 +119,7 @@
+         pass
+ 
+     def deactivate(self):
+-        manager = self._window.get_ui_manager()
++        manager = self.window.get_ui_manager()
+         manager.remove_ui(self._menu_ui_id)
+         manager.remove_action_group(self._menu_action_group)
+         self.remove_session_menu()




More information about the pkg-gnome-commits mailing list