gtk+ r19664 - in branches/gtk-2-12: . gtk
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r19664 - in branches/gtk-2-12: . gtk
- Date: Wed, 27 Feb 2008 10:01:04 +0000 (GMT)
Author: neo
Date: Wed Feb 27 10:01:04 2008
New Revision: 19664
URL: http://svn.gnome.org/viewvc/gtk+?rev=19664&view=rev
Log:
2008-02-27 Sven Neumann <sven gimp org>
Merged from trunk:
* 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).
Modified:
branches/gtk-2-12/ChangeLog
branches/gtk-2-12/gtk/Makefile.am
Modified: branches/gtk-2-12/gtk/Makefile.am
==============================================================================
--- branches/gtk-2-12/gtk/Makefile.am (original)
+++ branches/gtk-2-12/gtk/Makefile.am Wed Feb 27 10:01:04 2008
@@ -4,8 +4,12 @@
if OS_UNIX
SUBDIRS += 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
DIST_SUBDIRS=theme-bits xdgmime
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]