[gedit-plugins] synctex: fix api break



commit 811c94afdaac5f85e3ac3d84951775798fd51030
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Nov 5 14:00:35 2014 +0100

    synctex: fix api break

 plugins/synctex/synctex/synctex.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/synctex/synctex/synctex.py b/plugins/synctex/synctex/synctex.py
index 8e2c132..490baae 100644
--- a/plugins/synctex/synctex/synctex.py
+++ b/plugins/synctex/synctex/synctex.py
@@ -96,7 +96,7 @@ class SynctexViewHelper:
         if event.button == 1 and event_state == Gdk.ModifierType.CONTROL_MASK:
             self.sync_view(event.time)
 
-    def on_saved_or_loaded(self, doc, data):
+    def on_saved_or_loaded(self, doc):
         self.update_location()
 
     def get_output_file(self):


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