Respect button-images setting better
This commit is contained in:
parent
5d3f82bba3
commit
6ce8272bbb
88
button-images.patch
Normal file
88
button-images.patch
Normal file
@ -0,0 +1,88 @@
|
||||
--- totem-2.27.2/data/plugins.ui 2009-04-17 08:56:43.000000000 -0400
|
||||
+++ hacked/data/plugins.ui 2009-08-22 20:03:01.281431488 -0400
|
||||
@@ -3,6 +3,10 @@
|
||||
SYSTEM 'http://glade.gnome.org/glade-2.0.dtd'>
|
||||
<interface>
|
||||
|
||||
+<object class="GtkImage" id="configure_button_image">
|
||||
+ <property name="stock">gtk-preferences</property>
|
||||
+ <property name="icon_size">4</property>
|
||||
+</object>
|
||||
<object class="GtkVBox" id="plugins_vbox">
|
||||
<property name="visible">True</property>
|
||||
<property name="homogeneous">False</property>
|
||||
@@ -378,71 +382,10 @@
|
||||
<property name="can_focus">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
+ <property name="image">configure_button_image</property>
|
||||
+ <property name="label" translatable="yes">C_onfigure...</property>
|
||||
+ <property name="use_underline">True</property>
|
||||
<signal name="clicked" handler="configure_button_cb"/>
|
||||
-
|
||||
- <child>
|
||||
- <object class="GtkAlignment" id="alignment1">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="xalign">0.5</property>
|
||||
- <property name="yalign">0.5</property>
|
||||
- <property name="xscale">0</property>
|
||||
- <property name="yscale">0</property>
|
||||
- <property name="top_padding">0</property>
|
||||
- <property name="bottom_padding">0</property>
|
||||
- <property name="left_padding">0</property>
|
||||
- <property name="right_padding">0</property>
|
||||
-
|
||||
- <child>
|
||||
- <object class="GtkHBox" id="hbox2">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="homogeneous">False</property>
|
||||
- <property name="spacing">2</property>
|
||||
-
|
||||
- <child>
|
||||
- <object class="GtkImage" id="image1">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="stock">gtk-preferences</property>
|
||||
- <property name="icon_size">4</property>
|
||||
- <property name="xalign">0.5</property>
|
||||
- <property name="yalign">0.5</property>
|
||||
- <property name="xpad">0</property>
|
||||
- <property name="ypad">0</property>
|
||||
- </object>
|
||||
- <packing>
|
||||
- <property name="padding">0</property>
|
||||
- <property name="expand">False</property>
|
||||
- <property name="fill">False</property>
|
||||
- </packing>
|
||||
- </child>
|
||||
-
|
||||
- <child>
|
||||
- <object class="GtkLabel" id="label2">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="label" translatable="yes">C_onfigure...</property>
|
||||
- <property name="use_underline">True</property>
|
||||
- <property name="use_markup">False</property>
|
||||
- <property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
- <property name="wrap">False</property>
|
||||
- <property name="selectable">False</property>
|
||||
- <property name="xalign">0.5</property>
|
||||
- <property name="yalign">0.5</property>
|
||||
- <property name="xpad">0</property>
|
||||
- <property name="ypad">0</property>
|
||||
- <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
||||
- <property name="width_chars">-1</property>
|
||||
- <property name="single_line_mode">False</property>
|
||||
- <property name="angle">0</property>
|
||||
- </object>
|
||||
- <packing>
|
||||
- <property name="padding">0</property>
|
||||
- <property name="expand">False</property>
|
||||
- <property name="fill">False</property>
|
||||
- </packing>
|
||||
- </child>
|
||||
- </object>
|
||||
- </child>
|
||||
- </object>
|
||||
- </child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
12
totem.spec
12
totem.spec
@ -6,13 +6,16 @@
|
||||
Summary: Movie player for GNOME
|
||||
Name: totem
|
||||
Version: 2.27.2
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv2+ with exceptions
|
||||
Group: Applications/Multimedia
|
||||
URL: http://projects.gnome.org/totem/
|
||||
Source0: http://download.gnome.org/sources/totem/2.27/totem-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=592760
|
||||
Patch0: button-images.patch
|
||||
|
||||
Requires(pre): GConf2 >= 2.14
|
||||
Requires(preun): GConf2 >= 2.14
|
||||
Requires(post): GConf2 >= 2.14
|
||||
@ -181,6 +184,7 @@ audio and video files in the properties dialog.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .button-images
|
||||
|
||||
%build
|
||||
|
||||
@ -193,7 +197,8 @@ export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins
|
||||
--enable-mozilla \
|
||||
--enable-nautilus \
|
||||
--disable-scrollkeeper \
|
||||
--disable-nvtv
|
||||
--disable-nvtv \
|
||||
--disable-vala
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -376,6 +381,9 @@ fi
|
||||
%{_libdir}/totem/plugins/publish
|
||||
|
||||
%changelog
|
||||
* Sat Aug 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-6
|
||||
- Respect the button-images setting better
|
||||
|
||||
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.27.2-5
|
||||
- rebuilt with new openssl
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user