rpms/rhythmbox/devel button-images.patch,1.1,1.2

Matthias Clasen mclasen at fedoraproject.org
Sun Aug 23 00:52:52 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17205

Modified Files:
	button-images.patch 
Log Message:
button-images fixes


button-images.patch:
 library-prefs.ui |   43 +++++++------------------------------------
 plugins.ui       |   43 +++++++------------------------------------
 2 files changed, 14 insertions(+), 72 deletions(-)

Index: button-images.patch
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/button-images.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- button-images.patch	23 Aug 2009 00:45:38 -0000	1.1
+++ button-images.patch	23 Aug 2009 00:52:51 -0000	1.2
@@ -1,3 +1,63 @@
+diff -up rhythmbox-0.12.3/data/ui/library-prefs.ui.button-images rhythmbox-0.12.3/data/ui/library-prefs.ui
+--- rhythmbox-0.12.3/data/ui/library-prefs.ui.button-images	2009-08-22 20:47:48.703681374 -0400
++++ rhythmbox-0.12.3/data/ui/library-prefs.ui	2009-08-22 20:47:30.172680891 -0400
+@@ -2,6 +2,10 @@
+ <interface>
+   <!-- interface-requires gtk+ 2.12 -->
+   <!-- interface-naming-policy toplevel-contextual -->
++  <object class="GtkImage" id="edit_button_image">
++    <property name="stock">gtk-edit</property>
++    <property name="icon_size">4</property>
++  </object>
+   <object class="GtkVBox" id="library_vbox">
+     <property name="visible">True</property>
+     <property name="border_width">12</property>
+@@ -305,42 +309,9 @@
+                         <property name="visible">True</property>
+                         <property name="can_focus">True</property>
+                         <property name="receives_default">True</property>
+-                        <child>
+-                          <object class="GtkAlignment" id="alignment4">
+-                            <property name="visible">True</property>
+-                            <property name="xscale">0</property>
+-                            <property name="yscale">0</property>
+-                            <child>
+-                              <object class="GtkHBox" id="hbox19">
+-                                <property name="visible">True</property>
+-                                <property name="spacing">2</property>
+-                                <child>
+-                                  <object class="GtkImage" id="image2">
+-                                    <property name="visible">True</property>
+-                                    <property name="stock">gtk-edit</property>
+-                                  </object>
+-                                  <packing>
+-                                    <property name="expand">False</property>
+-                                    <property name="fill">False</property>
+-                                    <property name="position">0</property>
+-                                  </packing>
+-                                </child>
+-                                <child>
+-                                  <object class="GtkLabel" id="label24">
+-                                    <property name="visible">True</property>
+-                                    <property name="label" translatable="yes">_Edit...</property>
+-                                    <property name="use_underline">True</property>
+-                                  </object>
+-                                  <packing>
+-                                    <property name="expand">False</property>
+-                                    <property name="fill">False</property>
+-                                    <property name="position">1</property>
+-                                  </packing>
+-                                </child>
+-                              </object>
+-                            </child>
+-                          </object>
+-                        </child>
++                        <property name="image">edit_button_image</property>
++                        <property name="label" translatable="yes">_Edit...</property>
++                        <property name="use_underline">True</property>
+                       </object>
+                       <packing>
+                         <property name="expand">False</property>
 diff -up rhythmbox-0.12.3/data/ui/plugins.ui.button-images rhythmbox-0.12.3/data/ui/plugins.ui
 --- rhythmbox-0.12.3/data/ui/plugins.ui.button-images	2009-08-22 20:35:33.773436149 -0400
 +++ rhythmbox-0.12.3/data/ui/plugins.ui	2009-08-22 20:38:07.670430227 -0400




More information about the fedora-extras-commits mailing list