Bug 164121 - Save as disabled for Plasma file
Summary: Save as disabled for Plasma file
Status: RESOLVED FIXED
Alias: None
Product: gwenview
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-15 10:55 UTC by Frederik Himpe
Modified: 2012-10-19 13:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederik Himpe 2008-06-15 10:57:00 UTC
Version:            (using Devel)
Installed from:    Compiled sources

Drag and drop an avatar image from Kopete's chat window to the desktop: a Plasma widget containing a base64 encoding of the image file is created. Double clicking this widget, opens it correctly in Gwenview. However, the Save As method is disabled, so I cannot save a copy of this image somewhere on my disk in a normal file using Gwenview.

This is somewhat related to Plasma bug #164120
Comment 1 Aurelien Gateau 2008-07-06 23:08:56 UTC
I can't reproduce this, do you still get this bug?
Comment 2 Frederik Himpe 2008-07-08 19:43:17 UTC
Yes, still happens with 4.0.85. To reproduce, you have to move an avatar from Kopete to the desktop (outside a Folder View widget). Moving a normal file from Dolphin does not trigger this bug, it has to be an image which is not yet saved on the disk, so that it includes the base64 encoding of the file in the Plasma widget itself.
Comment 3 Aurelien Gateau 2008-07-16 23:39:27 UTC
SVN commit 833487 by gateau:

Update actions when part as loaded. Otherwise file_save* actions won't
get enabled since updateActions() is only called when selection changes.

Fix saving Kopete avatars and http images.

BUG:164121


 M  +1 -0      mainwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=833487