gimp r24953 - in branches/gimp-2-4: . plug-ins/print
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24953 - in branches/gimp-2-4: . plug-ins/print
- Date: Sun, 24 Feb 2008 13:09:47 +0000 (GMT)
Author: neo
Date: Sun Feb 24 13:09:47 2008
New Revision: 24953
URL: http://svn.gnome.org/viewvc/gimp?rev=24953&view=rev
Log:
2008-02-24 Sven Neumann <sven gimp org>
Merged from trunk:
* plug-ins/print/print.c (print_image): added missing call to
gtk_print_operation_set_unit().
Modified:
branches/gimp-2-4/ChangeLog
branches/gimp-2-4/plug-ins/print/print.c
Modified: branches/gimp-2-4/plug-ins/print/print.c
==============================================================================
--- branches/gimp-2-4/plug-ins/print/print.c (original)
+++ branches/gimp-2-4/plug-ins/print/print.c Sun Feb 24 13:09:47 2008
@@ -188,6 +188,8 @@
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]