diff options
Diffstat (limited to 'src/pygtk-example.py')
-rwxr-xr-x | src/pygtk-example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pygtk-example.py b/src/pygtk-example.py index ccd1d94..1d7325d 100755 --- a/src/pygtk-example.py +++ b/src/pygtk-example.py @@ -62,7 +62,7 @@ if __name__ == '__main__': # Create a pixbuf loader to read the thumbnail data pbloader = gtk.gdk.PixbufLoader() pbloader.write(preview.data) - # Get the resulting pixbuf and build an image to be displayed + # Get the resulting pixbuf and build an image to be displayed pixbuf = pbloader.get_pixbuf() pbloader.close() imgwidget = gtk.Image() |