[anjuta] language-support-python: use anjuta_language_provider_proposals()



commit 81f5b86148a203f87f157423d95adff1bd276c6c
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date:   Mon Apr 22 00:03:56 2013 +0200

    language-support-python: use anjuta_language_provider_proposals()

 plugins/language-support-python/python-assist.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/language-support-python/python-assist.c b/plugins/language-support-python/python-assist.c
index 286fab8..f95a3c5 100644
--- a/plugins/language-support-python/python-assist.c
+++ b/plugins/language-support-python/python-assist.c
@@ -177,10 +177,10 @@ python_assist_update_autocomplete (PythonAssist *assist)
        suggestions = g_list_reverse (suggestions);
 
        g_list_free (completion_list);
-       
-       ianjuta_editor_assist_proposals (IANJUTA_EDITOR_ASSIST (assist->priv->iassist),
-                                        IANJUTA_PROVIDER(assist), suggestions,
-                                        assist->priv->pre_word, TRUE, NULL);
+
+       anjuta_language_provider_proposals (assist->priv->lang_prov,
+                                           IANJUTA_PROVIDER(assist), suggestions,
+                                           assist->priv->pre_word, TRUE);
 
        g_list_foreach (suggestions, (GFunc) free_proposal, NULL);
        g_list_free (suggestions);


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