[anjuta] Adapt the snippets-manager plugin to the new IAnjutaEditorAssist API
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] Adapt the snippets-manager plugin to the new IAnjutaEditorAssist API
- Date: Fri, 27 Jul 2012 10:17:06 +0000 (UTC)
commit 0e6618c190b67bb52d111ddd9004b79b6d781787
Author: Moritz LÃdecke <ritze skweez net>
Date: Mon Jul 23 17:46:55 2012 +0200
Adapt the snippets-manager plugin to the new IAnjutaEditorAssist API
plugins/snippets-manager/snippets-provider.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/snippets-manager/snippets-provider.c b/plugins/snippets-manager/snippets-provider.c
index 69dc633..36ff364 100644
--- a/plugins/snippets-manager/snippets-provider.c
+++ b/plugins/snippets-manager/snippets-provider.c
@@ -640,7 +640,7 @@ snippets_provider_populate (IAnjutaProvider *self,
/* If we aren't listening */
if (!priv->listening)
{
- ianjuta_editor_assist_proposals (priv->editor_assist, self, NULL, TRUE, NULL);
+ ianjuta_editor_assist_proposals (priv->editor_assist, self, NULL, NULL, TRUE, NULL);
return;
}
@@ -669,7 +669,7 @@ snippets_provider_populate (IAnjutaProvider *self,
if (priv->suggestions_list == NULL)
{
stop_listening (snippets_provider);
- ianjuta_editor_assist_proposals (priv->editor_assist, self, NULL, TRUE, NULL);
+ ianjuta_editor_assist_proposals (priv->editor_assist, self, NULL, NULL, TRUE, NULL);
return;
}
@@ -686,7 +686,7 @@ snippets_provider_populate (IAnjutaProvider *self,
ianjuta_editor_assist_proposals (priv->editor_assist,
self,
priv->suggestions_list,
- TRUE, NULL);
+ NULL, TRUE, NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]