2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/ImageSelect.py (Gallery.on_drag_begin): tiny fix to correct image dnd svn: r4273
This commit is contained in:
parent
48dfcc8f00
commit
40be278f7d
@ -1,3 +1,6 @@
|
|||||||
|
2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
|
||||||
|
* src/ImageSelect.py (Gallery.on_drag_begin): tiny fix to correct image dnd
|
||||||
|
|
||||||
2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
|
2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
|
||||||
* src/plugins/ScratchPad.py (ScratchPadListView.register_wrapper_classes,
|
* src/plugins/ScratchPad.py (ScratchPadListView.register_wrapper_classes,
|
||||||
ScratchPadName): added support for Names
|
ScratchPadName): added support for Names
|
||||||
|
@ -276,7 +276,7 @@ class Gallery(ImageSelect):
|
|||||||
if const.dnd_images:
|
if const.dnd_images:
|
||||||
handle = self.sel_obj.get_reference_handle()
|
handle = self.sel_obj.get_reference_handle()
|
||||||
media_obj = self.db.get_object_from_handle(handle)
|
media_obj = self.db.get_object_from_handle(handle)
|
||||||
pix = self.db.get_thumbnail_image(media_obj.get_path())
|
pix = ImgManip.get_thumbnail_image(media_obj.get_path())
|
||||||
context.set_icon_pixbuf(pix,0,0)
|
context.set_icon_pixbuf(pix,0,0)
|
||||||
|
|
||||||
def item_event(self, widget, event=None):
|
def item_event(self, widget, event=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user