[gnumeric] by default observe manual page breaks



commit 86c0747b44472187f0cc4cdc1ce8e3b017b7bd6f
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Wed May 15 20:09:47 2013 -0600

    by default observe manual page breaks
    
    2013-05-15  Andreas J. Guelzow <aguelzow pyrshep ca>
    
        * src/print.c (gnm_create_widget_cb): by default observe
        manual page breaks

 ChangeLog   |    5 +++++
 src/print.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4972400..e1b2a3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-15  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+       * src/print.c (gnm_create_widget_cb): by default observe
+       manual page breaks
+
 2013-05-14  Morten Welinder  <terra gnome org>
 
        * src/rangefunc.c (gnm_range_multinomial): Add range check.
diff --git a/src/print.c b/src/print.c
index fc2d63c..c118d1d 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1603,7 +1603,7 @@ gnm_create_widget_cb (GtkPrintOperation *operation, gpointer user_data)
                gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button_ignore_page_breaks),
                                              0 != gtk_print_settings_get_int_with_default
                                              (settings, GNUMERIC_PRINT_SETTING_IGNORE_PAGE_BREAKS_KEY,
-                                              1));
+                                              0));
        }
 
        /* We are sending toggled signals to ensure that all widgets are */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]