[gedit-latex] snippetsmanager: use the right property now that the gedit api changed



commit ba6a4534e6d109a95a31b1670c9e0f6f23b5fb68
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Dec 4 11:50:10 2011 +0100

    snippetsmanager: use the right property now that the gedit api changed

 latex/snippetmanager.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/latex/snippetmanager.py b/latex/snippetmanager.py
index deb1ab0..af8eb86 100644
--- a/latex/snippetmanager.py
+++ b/latex/snippetmanager.py
@@ -35,7 +35,7 @@ class SnippetManager(Singleton):
 
         if bus.is_registered('/plugins/snippets', 'parse-and-activate'):
             bus.send('/plugins/snippets', 'parse-and-activate',
-                     trigger=text, iter=iter, view=view)
+                     snippet=text, iter=iter, view=view)
             LOG.info("Inserted using snippets plugin")
         else:
             buf = view.get_buffer()



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