GNOME Bugzilla – Bug 324331
overwrite confirmation dialog with extra button leads to crash when overwriting.
Last modified: 2005-12-17 13:00:45 UTC
There is an extra button in the "overwrite confirmation" dialog in nautilus. This button says "Conflict While Copying" and I really think this was intended to be the "secondary-text" parameter in eel_run_simple_dialog () call (the attached should clarify this). This extra button leads to the following wrong behaviour: 1. Choosing "skip" will overwrite the files anyway. 2. Choosing "overwrite" will make nautilus crash. 3. Similar strange behaviours... I will attach a patch that fixes this issue. I am setting to "major" severity and "high" priority because this is leading users to loose files.
Created attachment 56093 [details] [review] propossed fix Removing extra button and moving default action to the end of the switch statement. Ok to commit?
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. This is due to an eel API change as explained by the other bug *** This bug has been marked as a duplicate of 324262 ***