Re: [virt-tools-list] [virt-viewer 2/3] Allow to save to other formats than png

2012-11-15 Thread Christophe Fergeau
On Wed, Nov 14, 2012 at 10:51:01AM +0100, Michal Privoznik wrote: > ACK if you fix comment. Pushed series with the comment fixed, thanks, Christophe pgpmokNLkzwd5.pgp Description: PGP signature ___ virt-tools-list mailing list virt-tools-list@redhat.c

Re: [virt-tools-list] [virt-viewer 2/3] Allow to save to other formats than png

2012-11-14 Thread Michal Privoznik
On 13.11.2012 13:06, Christophe Fergeau wrote: > Currently, the screenshots can only be saved to png. This commit > checks if the file extension is a known one, and will save to this > format if it is. Otherwise it will fallback to saving to png. > --- > src/virt-viewer-window.c | 55 > ++

[virt-tools-list] [virt-viewer 2/3] Allow to save to other formats than png

2012-11-13 Thread Christophe Fergeau
Currently, the screenshots can only be saved to png. This commit checks if the file extension is a known one, and will save to this format if it is. Otherwise it will fallback to saving to png. --- src/virt-viewer-window.c | 55 ++-- 1 file changed, 53 i