added missing call to gtk_print_operation_set_unit().
2008-02-24 Sven Neumann <sven@gimp.org> * plug-ins/print/print.c (print_image): added missing call to gtk_print_operation_set_unit(). svn path=/trunk/; revision=24952
This commit is contained in:

committed by
Sven Neumann

parent
7a856219b4
commit
a6e5926376
@ -1,3 +1,8 @@
|
||||
2008-02-24 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/print/print.c (print_image): added missing call to
|
||||
gtk_print_operation_set_unit().
|
||||
|
||||
2008-02-22 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/print/print.c: use GTK_STOCK_PAGE_SETUP when compiled
|
||||
|
@ -230,6 +230,8 @@ print_image (gint32 image_ID,
|
||||
if (export != GIMP_EXPORT_EXPORT)
|
||||
image_ID = -1;
|
||||
|
||||
gtk_print_operation_set_unit (operation, GTK_UNIT_POINTS);
|
||||
|
||||
g_signal_connect (operation, "begin-print",
|
||||
G_CALLBACK (begin_print),
|
||||
&data);
|
||||
|
Reference in New Issue
Block a user