[totem] all: Use symbolic icons for the volume level



commit bc24328afc82fbad3008f6369f88e61fcece9ec5
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 17 13:23:37 2010 +0000

    all: Use symbolic icons for the volume level
    
    Requires a new GTK+, but it will just warn about an unknown
    property with older versions, so leave it at that for now.

 data/fullscreen.ui     |    1 +
 data/mozilla-viewer.ui |    1 +
 data/totem.ui          |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/fullscreen.ui b/data/fullscreen.ui
index 21dcd4b..9b263dd 100644
--- a/data/fullscreen.ui
+++ b/data/fullscreen.ui
@@ -253,6 +253,7 @@
       <child>
 	<object class="GtkVolumeButton" id="tcw_volume_button">
 	  <property name="visible">True</property>
+	  <property name="use-symbolic">True</property>
 	</object>
 	<packing>
 	  <property name="padding">0</property>
diff --git a/data/mozilla-viewer.ui b/data/mozilla-viewer.ui
index 558ea17..7c2965c 100644
--- a/data/mozilla-viewer.ui
+++ b/data/mozilla-viewer.ui
@@ -107,6 +107,7 @@
         <child>
           <object class="GtkVolumeButton" id="volume_button">
             <property name="visible">True</property>
+	    <property name="use-symbolic">True</property>
           </object>
           <packing>
             <property name="padding">0</property>
diff --git a/data/totem.ui b/data/totem.ui
index 61f13f9..8c93df5 100644
--- a/data/totem.ui
+++ b/data/totem.ui
@@ -2303,6 +2303,7 @@
 			<object class="GtkVolumeButton" id="tmw_volume_button">
 			  <property name="visible">True</property>
 			  <property name="sensitive">False</property>
+			  <property name="use-symbolic">True</property>
 			  <signal name="value-changed" handler="volume_button_value_changed_cb"/>
 			</object>
 			<packing>



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