when building the Quartz backend, use a native Mac OS X application for

2008-02-27  Sven Neumann  <sven@gimp.org>

	* gtk/Makefile.am (GTK_PRINT_PREVIEW_COMMAND): when building the
	Quartz backend, use a native Mac OS X application for the print
	preview (bug #518624).

svn path=/trunk/; revision=19663
This commit is contained in:
Sven Neumann 2008-02-27 09:58:49 +00:00 committed by Sven Neumann
parent 2b66e18dab
commit 1d7a62a2cd
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-02-27 Sven Neumann <sven@gimp.org>
* gtk/Makefile.am (GTK_PRINT_PREVIEW_COMMAND): when building the
Quartz backend, use a native Mac OS X application for the print
preview (bug #518624).
2008-02-26 Michael Natterer <mitch@imendio.com>
* gtk/gtktextbufferserialize.c (parse_info_free): don't g_free()

View File

@ -5,8 +5,12 @@ xdgmimedir =
if OS_UNIX
xdgmimedir += xdgmime
if USE_QUARTZ
GTK_PRINT_PREVIEW_COMMAND="/Applications/Preview.app/Contents/MacOS/Preview %f"
else
GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f"
endif
endif
SUBDIRS = theme-bits $(xdgmimedir) . tests
DIST_SUBDIRS=theme-bits xdgmime tests