r16802 - in /desktop/unstable/epiphany-browser/debian: changelog patches/17_print-scaling.patch patches/series
svena-guest at users.alioth.debian.org
svena-guest at users.alioth.debian.org
Thu Aug 21 21:21:40 UTC 2008
Author: svena-guest
Date: Thu Aug 21 21:21:39 2008
New Revision: 16802
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16802
Log:
17_print-scaling.patch; use percentage instead of value for print
scaling; GNOME #541168 (closes: 495222).
Added:
desktop/unstable/epiphany-browser/debian/patches/17_print-scaling.patch
Modified:
desktop/unstable/epiphany-browser/debian/changelog
desktop/unstable/epiphany-browser/debian/patches/series
Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=16802&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog (original)
+++ desktop/unstable/epiphany-browser/debian/changelog Thu Aug 21 21:21:39 2008
@@ -18,6 +18,10 @@
[ Sam Morris ]
* 16_fix-notify-uninit-crash.patch: fix crash on amd64 systems when
downloads complete (closes: #492143).
+
+ [ Sven Arvidsson ]
+ * 17_print-scaling.patch; use percentage instead of value for print
+ scaling; GNOME #541168 (closes: 495222).
-- Sam Morris <sam at robots.org.uk> Sat, 09 Aug 2008 12:08:36 +0100
Added: desktop/unstable/epiphany-browser/debian/patches/17_print-scaling.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/17_print-scaling.patch?rev=16802&op=file
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/17_print-scaling.patch (added)
+++ desktop/unstable/epiphany-browser/debian/patches/17_print-scaling.patch Thu Aug 21 21:21:39 2008
@@ -1,0 +1,13 @@
+Index: epiphany-browser-2.22.3/embed/mozilla/GeckoPrintService.cpp
+===================================================================
+--- epiphany-browser-2.22.3.orig/embed/mozilla/GeckoPrintService.cpp 2008-08-20 21:15:48.000000000 +0200
++++ epiphany-browser-2.22.3/embed/mozilla/GeckoPrintService.cpp 2008-08-20 21:16:54.000000000 +0200
+@@ -735,7 +735,7 @@
+
+ /* FIXME: only if GTK_PRINT_CAPABILITY_SCALE is not set? */
+ aSettings->SetScaling (gtk_print_settings_get_scale (aGtkSettings) / 100.0);
+- gtk_print_settings_set_scale (aGtkSettings, 1.0);
++ gtk_print_settings_set_scale (aGtkSettings, 100.0);
+
+ aSettings->SetShrinkToFit (PR_FALSE); /* FIXME setting */
+
Modified: desktop/unstable/epiphany-browser/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/series?rev=16802&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/series (original)
+++ desktop/unstable/epiphany-browser/debian/patches/series Thu Aug 21 21:21:39 2008
@@ -14,4 +14,5 @@
13_extensions_need_xpcom.patch
15_certificates_oldapi.patch
16_fix-notify-uninit-crash.patch
+17_print-scaling.patch
99_autoreconf.patch
More information about the pkg-gnome-commits
mailing list