summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-06-29 10:01:25 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-29 10:01:25 +0000
commit18a0068300d0ce9aa799cf0f8b073c26f8220c98 (patch)
tree23ef000641d508366d3614ea3e597813803767d1 /gtk/gtkprintoperation.c
parentb8888ec22c2b72c0ef7eb28b31d9e20d97c5b00a (diff)
downloadgtk+-18a0068300d0ce9aa799cf0f8b073c26f8220c98.tar.gz
some cross-referencing
Diffstat (limited to 'gtk/gtkprintoperation.c')
-rw-r--r--gtk/gtkprintoperation.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c
index 66cd9491a8..c6cecce8dc 100644
--- a/gtk/gtkprintoperation.c
+++ b/gtk/gtkprintoperation.c
@@ -2389,6 +2389,9 @@ gtk_print_operation_run (GtkPrintOperation *op,
if (action == GTK_PRINT_OPERATION_ACTION_EXPORT)
{
+ /* note: if you implement async EXPORT, update the docs
+ * docs for the allow-async property.
+ */
priv->is_sync = TRUE;
g_return_val_if_fail (priv->export_filename != NULL, GTK_PRINT_OPERATION_RESULT_ERROR);
result = run_pdf (op, parent, &do_print);