Re: [virt-tools-list] [virt-viewer 3/3] Make sure png screenshots have a .png extensions

2012-11-14 Thread Michal Privoznik
On 13.11.2012 13:06, Christophe Fergeau wrote: > When falling back to saving to .png, the filename might not > end with .png. This commit appends the .png extension to the > screenshot filename if it's missing. > --- > src/virt-viewer-window.c | 12 ++-- > 1 file changed, 10 insertions(+),

[virt-tools-list] [virt-viewer 3/3] Make sure png screenshots have a .png extensions

2012-11-13 Thread Christophe Fergeau
When falling back to saving to .png, the filename might not end with .png. This commit appends the .png extension to the screenshot filename if it's missing. --- src/virt-viewer-window.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/virt-viewer-window.c b/sr