[gnome-builder] workbench: use symbolic icon for editor.



commit 62f62d60cb4194033be1141bf018061f5af21b58
Author: Christian Hergert <christian hergert me>
Date:   Mon Sep 8 23:59:24 2014 -0700

    workbench: use symbolic icon for editor.

 src/editor/gb-editor-workspace.c |    3 ---
 src/resources/ui/gb-workbench.ui |    2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/editor/gb-editor-workspace.c b/src/editor/gb-editor-workspace.c
index 9adef9b..ccfe621 100644
--- a/src/editor/gb-editor-workspace.c
+++ b/src/editor/gb-editor-workspace.c
@@ -311,9 +311,6 @@ gb_editor_workspace_init (GbEditorWorkspace *workspace)
                                    G_N_ELEMENTS (action_entries),
                                    workspace);
 
-  gb_workspace_set_icon_name (GB_WORKSPACE (workspace), "text-x-generic");
-  gb_workspace_set_title (GB_WORKSPACE (workspace), _ ("Editor"));
-
   priv->multi_notebook = g_object_new (GB_TYPE_MULTI_NOTEBOOK,
                                        "visible", TRUE,
                                        "group-name", "GB_EDITOR_WORKSPACE",
diff --git a/src/resources/ui/gb-workbench.ui b/src/resources/ui/gb-workbench.ui
index 5fb76e1..bf5647e 100644
--- a/src/resources/ui/gb-workbench.ui
+++ b/src/resources/ui/gb-workbench.ui
@@ -136,7 +136,7 @@
                 <property name="visible">True</property>
               </object>
               <packing>
-                <property name="icon_name">text-x-generic</property>
+                <property name="icon_name">text-editor-symbolic</property>
                 <property name="name">editor</property>
                 <property name="title" translatable="yes">Editor</property>
               </packing>


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