[gedit-plugins] multiedit: no need for extra data argument
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] multiedit: no need for extra data argument
- Date: Tue, 6 Sep 2011 09:50:19 +0000 (UTC)
commit 2b34d20b402a36fb07768a6d5f5f6a438d16dfc0
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Tue Sep 6 09:52:29 2011 +0200
multiedit: no need for extra data argument
plugins/multiedit/multiedit/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/multiedit/multiedit/__init__.py b/plugins/multiedit/multiedit/__init__.py
index b2d4d1f..461e76e 100644
--- a/plugins/multiedit/multiedit/__init__.py
+++ b/plugins/multiedit/multiedit/__init__.py
@@ -129,7 +129,7 @@ class MultiEditPlugin(GObject.Object, Gedit.WindowActivatable, Signals):
self.get_action().set_active(helper != None and helper.enabled())
- def on_multi_edit_mode(self, action, data):
+ def on_multi_edit_mode(self, action):
view = self.window.get_active_view()
helper = view.get_data(constants.DOCUMENT_HELPER_KEY)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]