rpms/gtk3-engines/devel gtk-engines-tab-expand.patch, NONE, 1.1 gtk3-engines.spec, 1.9, 1.10

Matthias Clasen mclasen at fedoraproject.org
Thu Jul 15 05:43:53 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gtk3-engines/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19211

Modified Files:
	gtk3-engines.spec 
Added Files:
	gtk-engines-tab-expand.patch 
Log Message:
fix a warning


gtk-engines-tab-expand.patch:
 support.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gtk-engines-tab-expand.patch ---
diff -up gtk-engines-2.90.3.1/engines/clearlooks/src/support.c.tab-expand gtk-engines-2.90.3.1/engines/clearlooks/src/support.c
--- gtk-engines-2.90.3.1/engines/clearlooks/src/support.c.tab-expand	2010-07-15 01:38:15.202956000 -0400
+++ gtk-engines-2.90.3.1/engines/clearlooks/src/support.c	2010-07-15 01:38:35.985955996 -0400
@@ -199,8 +199,8 @@ clearlooks_get_notebook_tab_position (Gt
 			}
 
                         gtk_container_child_get (GTK_CONTAINER (notebook), tab_child,
-                                                 "expand", &expand,
-                                                 "pack-type", &pack_type,
+                                                 "tab-expand", &expand,
+                                                 "tab-pack", &pack_type,
                                                  NULL);
 
 			if (!found_tabs) {


Index: gtk3-engines.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk3-engines/devel/gtk3-engines.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- gtk3-engines.spec	13 Jul 2010 11:19:42 -0000	1.9
+++ gtk3-engines.spec	15 Jul 2010 05:43:53 -0000	1.10
@@ -1,7 +1,7 @@
 Summary:        Theme engines for GTK+ 3.0
 Name:           gtk3-engines
 Version:        2.90.3.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 # for details on which engines are GPL vs LGPL, see COPYING
 License:        LGPLv2+
 Group:          System Environment/Libraries
@@ -20,6 +20,7 @@ Patch0: bullet.patch
 Patch1: tooltips.patch
 Patch2: auto-mnemonics.patch
 Patch3: window-dragging.patch
+Patch4: gtk-engines-tab-expand.patch
 
 %package devel
 Summary: Development files for %{name}
@@ -44,6 +45,7 @@ toolkits or operating systems.
 %patch1 -p1 -b .tooltips
 %patch2 -p1 -b .auto-mnemonics
 %patch3 -p1 -b .window-dragging
+%patch4 -p1 -b .tab-expand
 
 %build
 %configure
@@ -70,6 +72,9 @@ find $RPM_BUILD_ROOT%{_libdir} -name "*.
 %{_libdir}/pkgconfig/gtk-engines-3.pc
 
 %changelog
+* Thu Jul 15 2010 Matthias Clasen <mclasen at redhat.com> 2.90.3.1-4
+- Fix warnings for notebooks
+
 * Tue Jul 13 2010 Matthias Clasen <mclasen at redhat.com> 2.90.3.1-3
 - Rebuild
 



More information about the scm-commits mailing list