[anjuta] language-support-python: replace one more use of ianjuta_editor_assist_proposals()



commit 2f348caadb058e6d4b5ed98ca59c6ff7a0088996
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date:   Mon Apr 22 11:13:00 2013 +0200

    language-support-python: replace one more use of ianjuta_editor_assist_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 f95a3c5..b8393e9 100644
--- a/plugins/language-support-python/python-assist.c
+++ b/plugins/language-support-python/python-assist.c
@@ -394,10 +394,10 @@ python_assist_create_word_completion_cache (PythonAssist *assist, IAnjutaIterabl
        g_free (ropecommand);
 
        assist->priv->cache_position = offset;
-       
-       ianjuta_editor_assist_proposals (IANJUTA_EDITOR_ASSIST (assist->priv->iassist),
-                                        IANJUTA_PROVIDER (assist), NULL,
-                                        NULL, FALSE, NULL);
+
+       anjuta_language_provider_proposals (assist->priv->lang_prov,
+                                           IANJUTA_PROVIDER(assist), NULL,
+                                           NULL, FALSE);
        
        return TRUE;
 }


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