summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCItemsLists/GCImageLists.pm
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-03-09 22:05:42 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-03-09 22:05:42 +0100
commitad3a1af7de96e4c76b3f9ac9b1539092e81d123a (patch)
tree343f50d68935c7bd689924f01b7e83316a3fb9ec /lib/gcstar/GCItemsLists/GCImageLists.pm
parent965998f7990b75e58fe5219f9c38a3c24198375a (diff)
parentb9a4e9c8a68dcb6b17617f4f7a5ad5ad3298bfa9 (diff)
Merge tag 'upstream/1.7.1'
Upstream version 1.7.1
Diffstat (limited to 'lib/gcstar/GCItemsLists/GCImageLists.pm')
-rw-r--r--lib/gcstar/GCItemsLists/GCImageLists.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gcstar/GCItemsLists/GCImageLists.pm b/lib/gcstar/GCItemsLists/GCImageLists.pm
index 2250bcb..6c775e9 100644
--- a/lib/gcstar/GCItemsLists/GCImageLists.pm
+++ b/lib/gcstar/GCItemsLists/GCImageLists.pm
@@ -1,4 +1,4 @@
-package GCImageLists;
+package GCImageLists;
###################################################
#
@@ -1424,7 +1424,7 @@ my $timeOutBetweenEnhancements = 50;
if ($^O =~ /win32/i)
{
# It looks like Win32 version only supports JPEG pictures for background
- $tmpPixbuf->save($self->{style}->{tmpBgPixmap}, 'jpeg', quality => '100');
+ $tmpPixbuf->save($self->{style}->{tmpBgPixmapFile}, 'jpeg', quality => '100');
}
else
{