[gnome-builder/wip/chergert/layout] editor: fix new-button icon name



commit 20d05e34a06dd48376ce8a41ec972b87649d48b1
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jul 10 14:58:29 2017 -0700

    editor: fix new-button icon name

 libide/editor/ide-editor-workbench-addin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/editor/ide-editor-workbench-addin.c b/libide/editor/ide-editor-workbench-addin.c
index 154ee43..abccb82 100644
--- a/libide/editor/ide-editor-workbench-addin.c
+++ b/libide/editor/ide-editor-workbench-addin.c
@@ -173,7 +173,7 @@ ide_editor_workbench_addin_add_buttons (IdeEditorWorkbenchAddin *self,
   gtk_container_add (GTK_CONTAINER (self->panels_box), button);
 
   self->new_button = g_object_new (DZL_TYPE_MENU_BUTTON,
-                                   "icon-name", "document-new-symbolic",
+                                   "icon-name", "document-open-symbolic",
                                    "focus-on-click", FALSE,
                                    "show-arrow", TRUE,
                                    "show-icons", FALSE,


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