Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:11.4
checked in at Thu May 5 18:36:31 CEST 2011.



--------
--- old-versions/11.4/all/gnome-control-center/gnome-control-center.changes     
2011-02-21 15:33:50.000000000 +0100
+++ 11.4/gnome-control-center/gnome-control-center.changes      2011-04-26 
09:02:15.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Apr 26 06:58:47 UTC 2011 - g...@novell.com
+
+- Add gnome-control-center-slideshow-arrows.patch: correct the
+  wrong arrows in gnome-appearance-properties due to a gtk change.
+  (bnc#674537)
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/gnome-control-center
Destination is old-versions/11.4/UPDATES/all/gnome-control-center
calling whatdependson for 11.4-i586


New:
----
  gnome-control-center-slideshow-arrows.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-control-center.spec ++++++
--- /var/tmp/diff_new_pack.eJzwll/_old  2011-05-05 18:34:21.000000000 +0200
+++ /var/tmp/diff_new_pack.eJzwll/_new  2011-05-05 18:34:21.000000000 +0200
@@ -52,7 +52,7 @@
 Obsoletes:      fontilus themus acme
 Provides:       fontilus themus acme
 Version:        2.32.1
-Release:        7.<RELEASE2>
+Release:        7.<RELEASE12>
 Summary:        The GNOME Control Center
 Source:         %{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE gnome-control-center-shell-common-tasks-i18n.patch 
vu...@opensuse.org -- Translate favorite capplets in the code. This is needed 
for our gconf2-branding to really work for this setting, so keep in sync with 
gconf2-branding.
@@ -67,6 +67,8 @@
 Patch14:        gnome-control-center-system-proxy-configuration.patch
 # PATCH-FEATURE-OPENSUSE gnome-control-center-use-settings-menu.patch
 Patch28:        gnome-control-center-use-settings-menu.patch
+# PATCH-FIX-UPSTREAM gnome-control-center-slideshow-arrows.patch 
g...@novell.com -- Correct the slideshow arrows in the background items
+Patch29:        gnome-control-center-slideshow-arrows.patch
 Url:            http://www.gnome.org
 Requires:       nautilus gnome-settings-daemon gnome-menus
 Recommends:     %{name}-lang
@@ -125,6 +127,7 @@
 #NEEDS-REBASE
 #%patch14 -p1
 %patch28
+%patch29 -p1
 gnome-patch-translation-update
 
 %build

++++++ gnome-control-center-slideshow-arrows.patch ++++++
diff --git a/capplets/appearance/appearance-desktop.c 
b/capplets/appearance/appearance-desktop.c
index 0536a9d..5f71b65 100644
--- a/capplets/appearance/appearance-desktop.c
+++ b/capplets/appearance/appearance-desktop.c
@@ -1115,14 +1115,15 @@ create_button_images (AppearanceData  *data)
   GdkPixbuf *pixbuf, *pb, *pb2;
   gint i, w, h;
 
-  icon_set = gtk_style_lookup_icon_set (style, "gtk-media-play");
+  icon_set = gtk_style_lookup_icon_set (style, "gtk-go-back");
   pb = gtk_icon_set_render_icon (icon_set,
                                  style,
-                                 GTK_TEXT_DIR_RTL,
+                                 GTK_TEXT_DIR_LTR,
                                  GTK_STATE_NORMAL,
                                  GTK_ICON_SIZE_MENU,
                                  widget,
                                  NULL);
+  icon_set = gtk_style_lookup_icon_set (style, "gtk-go-forward");
   pb2 = gtk_icon_set_render_icon (icon_set,
                                   style,
                                   GTK_TEXT_DIR_LTR,

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to