[gnome-builder] gi-imports: remove unnecessary interface override



commit 9612970bf636f60d8fc6c7351cbf4f463c83680d
Author: Christian Hergert <chergert redhat com>
Date:   Fri Feb 10 11:45:16 2017 -0800

    gi-imports: remove unnecessary interface override
    
    Not only was this named incorrectly, but it also has unnecessary because
    we want the behavior provided by the interface default, which is
    INTERACTIVE or USER_REQUESTED.

 .../python_gi_imports_completion.py                |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/python-gi-imports-completion/python_gi_imports_completion.py 
b/plugins/python-gi-imports-completion/python_gi_imports_completion.py
index 753a31a..96700da 100644
--- a/plugins/python-gi-imports-completion/python_gi_imports_completion.py
+++ b/plugins/python-gi-imports-completion/python_gi_imports_completion.py
@@ -78,9 +78,6 @@ class CompletionProvider(Ide.Object,
                 proposals.append(proposal)
         context.add_proposals(self, proposals, True)
 
-    def do_get_activiation(self):
-        return GtkSource.CompletionActivation.INTERACTIVE
-
     def do_match(self, context):
         return True
 


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