X-Git-Url: https://git.donarmstrong.com/?p=xournal.git;a=blobdiff_plain;f=src%2Fxo-file.c;h=163c2041abb9ef4ed2fc8de93a8ccbc2627a6212;hp=7d2786036f38feb0e4a1231e176ba97d7f2dcca4;hb=72a310c8265a0d1e3e95fabb2987f70cfecbf525;hpb=13d7457867c57ac5ac826df4d6b478fee795c0a4 diff --git a/src/xo-file.c b/src/xo-file.c index 7d27860..163c204 100644 --- a/src/xo-file.c +++ b/src/xo-file.c @@ -1330,6 +1330,11 @@ void init_config_default(void) PDFTOPPM_PRINTING_DPI = 150; ui.hiliter_opacity = 0.5; + +#if GTK_CHECK_VERSION(2,10,0) + ui.print_settings = NULL; +#endif + } #if GLIB_CHECK_VERSION(2,6,0)