[gnome-color-manager] trivial: Respect the page margins when printing
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] trivial: Respect the page margins when printing
- Date: Tue, 23 Feb 2010 19:26:05 +0000 (UTC)
commit 7e731dfb39c3383934ebc41902209d06ce015bb7
Author: Richard Hughes <richard hughsie com>
Date: Tue Feb 23 19:25:27 2010 +0000
trivial: Respect the page margins when printing
src/gcm-print.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-print.c b/src/gcm-print.c
index 47b5c6c..8afd71c 100644
--- a/src/gcm-print.c
+++ b/src/gcm-print.c
@@ -238,7 +238,7 @@ gcm_print_with_render_callback (GcmPrint *print, GtkWindow *window, GcmPrintRend
g_signal_connect (operation, "done", G_CALLBACK (gcm_print_done_cb), task);
/* we want this to be as big as possible, modulo page margins */
- gtk_print_operation_set_use_full_page (operation, TRUE);
+ gtk_print_operation_set_use_full_page (operation, FALSE);
/* don't show status, we've got it covered */
gtk_print_operation_set_show_progress (operation, FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]