summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCItemsLists/GCImageLists.pm
diff options
context:
space:
mode:
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
{