[gtksourceview/wip/chergert/gsv-gtk4: 247/259] snippets: use completion icon




commit f9f7c40c00c95764912cf93db168eb9a4c339592
Author: Christian Hergert <chergert redhat com>
Date:   Wed Sep 9 18:34:57 2020 -0700

    snippets: use completion icon

 gtksourceview/gtksourceview-snippets.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtksourceview/gtksourceview-snippets.c b/gtksourceview/gtksourceview-snippets.c
index cd676558..5bd190a7 100644
--- a/gtksourceview/gtksourceview-snippets.c
+++ b/gtksourceview/gtksourceview-snippets.c
@@ -382,7 +382,7 @@ _gtk_source_view_snippets_init (GtkSourceViewSnippets *snippets,
        snippets->informative = g_object_new (GTK_SOURCE_TYPE_INFORMATIVE,
                                              "position", GTK_POS_TOP,
                                              "message-type", GTK_MESSAGE_INFO,
-                                             "icon-name", "dialog-information-symbolic",
+                                             "icon-name", "completion-snippet-symbolic",
                                              NULL);
        _gtk_source_view_add_assistant (snippets->view,
                                        GTK_SOURCE_ASSISTANT (snippets->informative));


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