forked from AuroraMiddleware/gtk
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:
parent
2b66e18dab
commit
1d7a62a2cd
@ -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()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user