]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkprintjob.c
Update about dialog design to not use a swarm of dialogs
[~andy/gtk] / gtk / gtkprintjob.c
index e30deb00c651798b1b66db0b1dcf04936af36376..7dc890b0b49393d32c1dfc292d1941c1ca4d2834 100644 (file)
@@ -485,7 +485,7 @@ gtk_print_job_get_surface (GtkPrintJob  *job,
   
 #ifdef G_ENABLE_DEBUG 
   /* If we are debugging printing don't delete the tmp files */
-  if (!(gtk_debug_flags & GTK_DEBUG_PRINTING))
+  if (!(gtk_get_debug_flags () & GTK_DEBUG_PRINTING))
 #endif /* G_ENABLE_DEBUG */
   g_unlink (filename);
   g_free (filename);