Changeset 8463 for lliurex-store/trunk/fuentes/lliurex-store-gui
- Timestamp:
- Feb 22, 2019, 9:49:08 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/ImageManager.py
r5703 r8463 12 12 image=Gtk.Image.new_from_file(image_file) 13 13 pixbuf=image.get_pixbuf() 14 if not pixbuf: 15 image=Gtk.Image.new_from_file("/usr/share/icons/Vibrancy-Colors/status/96/image-missing.png") 16 pixbuf=image.get_pixbuf() 14 17 img_x=pixbuf.get_width() 15 18 img_y=pixbuf.get_height()
Note: See TracChangeset
for help on using the changeset viewer.