From kde-bugs-dist Sat Aug 21 20:08:40 2004 From: David Faure Date: Sat, 21 Aug 2004 20:08:40 +0000 To: kde-bugs-dist Subject: [Bug 87540] save-icon should stay inactivated after successful Message-Id: <20040821200840.15880.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=109311893426362 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=87540 ------- Additional Comments From faure kde org 2004-08-21 22:08 ------- > Keeping the menu entry enabled regardless of whether the icon is enabled is important IMO. That's a confusing statement. Do you really mean that the menu item and the toolbar button should act differently? This makes no sense to me (they represent the same action). Technically it's the same KAction too, which makes them consistent :) Markus said: > We both agree that it is highly useful if the icon informs the user if/that > the document _needs_ saving. But the application can't know if e.g. I removed the file from where I saved it last; don't only think of the local file system btw, all kde apps support working on files on an FTP site, for instance (so simply checking for existence would be slow and cumbersome). Knowing whether you need to save or not is already indicated, by the [Modified] in the caption, the floppy disk in the taskbar, etc. But _preventing_ the user from saving is certainly not a good idea - my wife certainly wants to save just before closing the window or the computer, "just to be sure", and disabling the save action would only frustrate her :) The kaddressbook behavior is a bug IMHO. I even think saving changes should be automatic in the addressbook, but that's another topic.