summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-06-11 02:40:02 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-11 02:40:02 +0000
commit1f09da45a60e906b9ec112fbc0b4ed6bfa51ebda (patch)
tree9126f945156ecf05aab1bf2b5c7ba3bbc18dee2b /modules
parent289d59857fdbdc306d5e4d5d1a07c63cf8b90a11 (diff)
downloadgtk+-1f09da45a60e906b9ec112fbc0b4ed6bfa51ebda.tar.gz
use the passed in destroy notify
Diffstat (limited to 'modules')
-rw-r--r--modules/printbackends/pdf/gtkprintbackendpdf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/printbackends/pdf/gtkprintbackendpdf.c b/modules/printbackends/pdf/gtkprintbackendpdf.c
index 815002d052..549879d378 100644
--- a/modules/printbackends/pdf/gtkprintbackendpdf.c
+++ b/modules/printbackends/pdf/gtkprintbackendpdf.c
@@ -306,6 +306,7 @@ gtk_print_backend_pdf_print_stream (GtkPrintBackend *print_backend,
ps = g_new0 (_PrintStreamData, 1);
ps->callback = callback;
ps->user_data = user_data;
+ ps->dnotify = dnotify;
ps->job = g_object_ref (job);
ps->target_fd = creat (filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH);