print operation: Reinstate the priv pointer

The attempt to drop it in 6a669265ac
was incomplete, and non-working.
This commit is contained in:
Matthias Clasen 2019-06-13 15:58:07 -04:00
parent f1fe54f337
commit 1d92fb1013

View File

@ -253,6 +253,7 @@ gtk_print_operation_init (GtkPrintOperation *operation)
* by the job number.
*/
priv->job_name = g_strdup_printf (_("%s job #%d"), appname, ++job_nr);
operation->priv = priv;
}
static void