[anjuta] sourceview: fix trailing whitespaces
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] sourceview: fix trailing whitespaces
- Date: Fri, 14 May 2010 09:45:04 +0000 (UTC)
commit a639023ecafde6cf972226baca53bcc19ab92678
Author: Johannes Schmid <jhs gnome org>
Date: Fri May 14 11:40:50 2010 +0200
sourceview: fix trailing whitespaces
plugins/sourceview/sourceview.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/sourceview/sourceview.c b/plugins/sourceview/sourceview.c
index 5d482f3..c06d929 100644
--- a/plugins/sourceview/sourceview.c
+++ b/plugins/sourceview/sourceview.c
@@ -2195,7 +2195,7 @@ iassist_proposals(IAnjutaEditorAssist* iassist,
IAnjutaEditorAssistProposal* proposal = prop->data;
GtkSourceCompletionItem* item;
if (proposal->markup)
- {
+ {
item = gtk_source_completion_item_new_with_markup(proposal->markup,
proposal->text,
proposal->icon,
@@ -2207,7 +2207,7 @@ iassist_proposals(IAnjutaEditorAssist* iassist,
proposal->text,
proposal->icon,
proposal->info);
- }
+ }
items = g_list_append (items, item);
g_object_set_data (G_OBJECT(item), "__data", proposal->data);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]