[gedit-plugins] commander: do not deactivate the placeholder.



commit 01395e75cfb606cc9d742c9be5d83b92def37905
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Oct 10 13:11:36 2011 +0200

    commander: do not deactivate the placeholder.
    
    This was deactivated due to a bug in pygobject that was fixed today.

 plugins/commander/modules/doc.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plugins/commander/modules/doc.py b/plugins/commander/modules/doc.py
index 2a4fba8..dd67741 100644
--- a/plugins/commander/modules/doc.py
+++ b/plugins/commander/modules/doc.py
@@ -92,8 +92,6 @@ class Documenter:
 
         bus = self.get_window().get_message_bus()
         self.canplaceholder = bus.is_registered('/plugins/snippets', 'parse-and-activate')
-        #FIXME: fix when we can set the iter
-        self.canplaceholder = False
 
         self.placeholder = 1
         self.text = ''



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