[Xfce4-commits] <parole:master> Change plugins to use extension icon.
Sean Davis
noreply at xfce.org
Sat Dec 22 14:58:01 CET 2012
Updating branch refs/heads/master
to b4be502929d3277aa1e460068c4d0fecea03a6e5 (commit)
from b08da227a6f22067a72ac99245089d0bf0edc42e (commit)
commit b4be502929d3277aa1e460068c4d0fecea03a6e5
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Dec 22 08:56:15 2012 -0500
Change plugins to use extension icon.
data/interfaces/parole.ui | 12 +++++++++---
data/interfaces/plugins.ui | 2 +-
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/data/interfaces/parole.ui b/data/interfaces/parole.ui
index 05c5292..1324c7c 100644
--- a/data/interfaces/parole.ui
+++ b/data/interfaces/parole.ui
@@ -2,6 +2,11 @@
<interface>
<requires lib="gtk+" version="2.24"/>
<!-- interface-naming-policy project-wide -->
+ <object class="GtkImage" id="image1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">extension</property>
+ </object>
<object class="GtkImage" id="image_cd_rom">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -204,12 +209,13 @@
</object>
</child>
<child>
- <object class="GtkMenuItem" id="plugins-menu-item">
+ <object class="GtkImageMenuItem" id="plugins-menu-item">
+ <property name="label" translatable="yes">Plugins</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_action_appearance">False</property>
- <property name="label" translatable="yes">Pl_ugins</property>
- <property name="use_underline">True</property>
+ <property name="image">image1</property>
+ <property name="use_stock">False</property>
</object>
</child>
<child>
diff --git a/data/interfaces/plugins.ui b/data/interfaces/plugins.ui
index a4bc640..c7cae49 100644
--- a/data/interfaces/plugins.ui
+++ b/data/interfaces/plugins.ui
@@ -9,7 +9,7 @@
<property name="default_width">600</property>
<property name="default_height">300</property>
<property name="destroy_with_parent">True</property>
- <property name="icon_name">parole</property>
+ <property name="icon_name">extension</property>
<property name="type_hint">normal</property>
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
More information about the Xfce4-commits
mailing list