forked from AuroraMiddleware/gtk
print operation: Reinstate the priv pointer
The attempt to drop it in 6a669265ac
was incomplete, and non-working.
This commit is contained in:
parent
f1fe54f337
commit
1d92fb1013
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user