After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 614091 - Paste should not be enabled in menu with empty clipboard
Paste should not be enabled in menu with empty clipboard
Status: RESOLVED WONTFIX
Product: GIMP
Classification: Other
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2010-03-27 11:19 UTC by Alexandre Prokoudine
Modified: 2010-03-27 14:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Prokoudine 2010-03-27 11:19:23 UTC
Edit>Paste should not be enabled in menu when clipboard is empty for very much same reason Undo/Redo are not enabled when there is nothing to undo or redo.
Comment 1 Michael Natterer 2010-03-27 14:38:18 UTC
This is on purpose. Checking for image data in the clipboard can be
a very expensive operation, depending on factors not under GIMP's control.
-> unfixable.