diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-21 21:50:05 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-21 21:50:05 +0800 |
commit | ed3368e523e8df089124efd91aba3fca7ccd2d4b (patch) | |
tree | afc1eb41f32d9812635405b469dfe94bb5de3537 /sysutils/gnome-settings-daemon3 | |
parent | bea7275a50f2d82c412d5297234de01f45ad7cd5 (diff) | |
download | marcuscom-ports-ed3368e523e8df089124efd91aba3fca7ccd2d4b.tar marcuscom-ports-ed3368e523e8df089124efd91aba3fca7ccd2d4b.tar.gz marcuscom-ports-ed3368e523e8df089124efd91aba3fca7ccd2d4b.tar.bz2 marcuscom-ports-ed3368e523e8df089124efd91aba3fca7ccd2d4b.tar.lz marcuscom-ports-ed3368e523e8df089124efd91aba3fca7ccd2d4b.tar.xz marcuscom-ports-ed3368e523e8df089124efd91aba3fca7ccd2d4b.tar.zst marcuscom-ports-ed3368e523e8df089124efd91aba3fca7ccd2d4b.zip |
Add forgotten patch.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16317 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-settings-daemon3')
-rw-r--r-- | sysutils/gnome-settings-daemon3/files/patch-plugins_printer-notifications_gsd-printer.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/gnome-settings-daemon3/files/patch-plugins_printer-notifications_gsd-printer.c b/sysutils/gnome-settings-daemon3/files/patch-plugins_printer-notifications_gsd-printer.c new file mode 100644 index 000000000..afcd138b4 --- /dev/null +++ b/sysutils/gnome-settings-daemon3/files/patch-plugins_printer-notifications_gsd-printer.c @@ -0,0 +1,18 @@ +--- plugins/print-notifications/gsd-printer.c.orig 2011-09-19 21:15:52.000000000 +0200 ++++ plugins/print-notifications/gsd-printer.c 2011-09-19 21:17:08.000000000 +0200 +@@ -771,6 +771,7 @@ set_default_paper_size (const gchar *pri + } + + /* Set default PaperSize according to the locale */ ++#if 0 + locale = setlocale (LC_PAPER, NULL); + if (!locale) + locale = setlocale (LC_MESSAGES, NULL); +@@ -779,6 +780,7 @@ set_default_paper_size (const gchar *pri + g_object_unref (proxy); + return; + } ++#endif + + /* CLDR 2.0 alpha + * http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/territory_language_information.html |