rpms/control-center/devel seal.patch,1.2,1.3

Matthias Clasen mclasen at fedoraproject.org
Wed Jun 30 05:41:57 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/control-center/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6859

Modified Files:
	seal.patch 
Log Message:
more seal


seal.patch:
 capplets/appearance/appearance-font.c |    2 +-
 capplets/common/theme-thumbnail.c     |    2 +-
 shell/cc-shell-category-view.c        |   11 +++++++----
 shell/gnome-control-center.c          |   13 +++++++++----
 4 files changed, 18 insertions(+), 10 deletions(-)

Index: seal.patch
===================================================================
RCS file: /cvs/pkgs/rpms/control-center/devel/seal.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- seal.patch	30 Jun 2010 05:31:36 -0000	1.2
+++ seal.patch	30 Jun 2010 05:41:57 -0000	1.3
@@ -1,3 +1,15 @@
+diff -up gnome-control-center-2.31.4/capplets/appearance/appearance-font.c.seal gnome-control-center-2.31.4/capplets/appearance/appearance-font.c
+--- gnome-control-center-2.31.4/capplets/appearance/appearance-font.c.seal	2010-06-30 01:40:18.643211337 -0400
++++ gnome-control-center-2.31.4/capplets/appearance/appearance-font.c	2010-06-30 01:39:24.090212245 -0400
+@@ -269,7 +269,7 @@ setup_font_sample (GtkWidget   *darea,
+   width = extents1.xOff + extents2.xOff + 4;
+   height = ascent + descent + 2;
+ 
+-  pixmap = gdk_pixmap_new (NULL, width, height, visual->depth);
++  pixmap = gdk_pixmap_new (NULL, width, height, gdk_visual_get_depth (visual));
+ 
+   draw = XftDrawCreate (xdisplay, GDK_DRAWABLE_XID (pixmap), xvisual, xcolormap);
+ 
 diff -up gnome-control-center-2.31.4/capplets/common/theme-thumbnail.c.seal gnome-control-center-2.31.4/capplets/common/theme-thumbnail.c
 --- gnome-control-center-2.31.4/capplets/common/theme-thumbnail.c.seal	2010-06-30 01:29:37.405211687 -0400
 +++ gnome-control-center-2.31.4/capplets/common/theme-thumbnail.c	2010-06-30 01:29:59.217221604 -0400



More information about the scm-commits mailing list