Re: [PATCH] Fix crash when output-preview-framework is missing

2009-06-07 Thread Neil Puttock
2009/6/4 Patrick McCarty : > Any comments for this revised patch?  The only things I changed were > the warning messages. Reinhold's suggestion for the message is an improvement, so I'm happy to apply the revised patch. Regards, Neil ___ lilypond-dev

Re: [PATCH] Fix crash when output-preview-framework is missing

2009-06-04 Thread Patrick McCarty
On Thu, May 28, 2009 at 4:51 PM, Patrick McCarty wrote: > On Thu, May 28, 2009 at 4:45 PM, Patrick McCarty wrote: >> On Thu, May 28, 2009 at 10:46:11PM +0200, Reinhold Kainhofer wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> Am Donnerstag, 28. Mai 2009 22:18:23 schrieb Neil

Re: [PATCH] Fix crash when output-preview-framework is missing

2009-05-28 Thread Patrick McCarty
On Thu, May 28, 2009 at 4:45 PM, Patrick McCarty wrote: > On Thu, May 28, 2009 at 10:46:11PM +0200, Reinhold Kainhofer wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Am Donnerstag, 28. Mai 2009 22:18:23 schrieb Neil Puttock: >> > +   warning (_f ("the `%s' backend does not suppor

Re: [PATCH] Fix crash when output-preview-framework is missing

2009-05-28 Thread Patrick McCarty
messages is attached. Thanks, Patrick From 224b0a0f315a3da49ba9147af7b6731db523809e Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Wed, 27 May 2009 17:40:20 -0700 Subject: [PATCH] Fix crash when output-preview-framework is missing * If -dpreview is used when output-preview-framework doe

Re: [PATCH] Fix crash when output-preview-framework is missing

2009-05-28 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Donnerstag, 28. Mai 2009 22:18:23 schrieb Neil Puttock: > + warning (_f ("the `%s' backend does not support -dprint-pages", > + get_output_backend_name ())); > > + warning (_f ("the `%s' backend does not support -dpreview",

Re: [PATCH] Fix crash when output-preview-framework is missing

2009-05-28 Thread Neil Puttock
2009/5/28 Patrick McCarty : > Attached is a revised patch. That was quick. :) LGTM. + warning (_f ("the `%s' backend does not support -dprint-pages", +get_output_backend_name ())); + warning (_f ("the `%s' backend does not support -dpreview", +

Re: [PATCH] Fix crash when output-preview-framework is missing

2009-05-28 Thread Patrick McCarty
t; tries to add a new backend, but forgets to add output-framework. Attached is a revised patch. Thanks, Patrick From 0f8d4e89bb660597344007433fb57b809ae0d2cf Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Wed, 27 May 2009 17:40:20 -0700 Subject: [PATCH] Fix crash when output-preview-frame

[PATCH] Fix crash when output-preview-framework is missing

2009-05-27 Thread Patrick McCarty
759f635055bf1acea0a0a20ae2e06d58b71e8940 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Wed, 27 May 2009 17:40:20 -0700 Subject: [PATCH] Fix crash when output-preview-framework is missing * If -dpreview is used when output-preview-framework does not exist for the given backend, LilyPond