GNOME Bugzilla – Bug 324262
Problem with dialog when replacing existing files
Last modified: 2006-01-15 11:22:17 UTC
This bug has been opened here: http://bugzilla.ubuntu.com/show_bug.cgi?id=21079 "In Dapper, when you try to copy files to a folder where a similar files already exist, you get a dialog like this: The file "/home/julie...spopup.pyc" already exists. Would you like to replace it? If you replace an existing file, its contents will be overwritten. [Conflict While Copying] [Skip All] [Replace All] [Skip] [Replace] As you can see, the title of the window (Conflict While Copying) appears in the first button instead of in the dialog's title bar (which is empty). More over, pressing "Replace All" will actually act as if you pressed "Skip", and pressing "Replace" will crash Nautilus, while "Skip All" will actually replace all the files :) So I guess there is a problem with the button labels, and the UI organization in general for this dialog."
Eeek! Looks like eel and Nautilus are out of sync. This can severely hurt. Proposed patch: http://mail.gnome.org/archives/nautilus-list/2005-December/msg00061.html
*** Bug 324331 has been marked as a duplicate of this bug. ***
*** Bug 324230 has been marked as a duplicate of this bug. ***
Created attachment 56095 [details] [review] proposed patch by Christian Neumair
Patch looks good, but I grep'ed and found one omition in src/nautilus-location-bar.c: +Index: src/nautilus-location-bar.c +=================================================================== +RCS file: /cvs/gnome/nautilus/src/nautilus-location-bar.c,v +retrieving revision 1.109 +diff -u -p -r1.109 nautilus-location-bar.c +--- src/nautilus-location-bar.c 12 Dec 2005 16:59:11 -0000 1.109 ++++ src/nautilus-location-bar.c 17 Dec 2005 15:06:33 -0000 +@@ -167,7 +167,6 @@ drag_data_received_callback (GtkWidget * + GTK_MESSAGE_QUESTION, + prompt, + detail, +- _("View in Multiple Windows?"), + GTK_STOCK_CANCEL, GTK_STOCK_OK, + NULL) != 0 /* GNOME_OK */; +
I commited the patch minus the header changes, plus the bit from Claudio. Thanks guys.
*** Bug 324376 has been marked as a duplicate of this bug. ***
*** Bug 325975 has been marked as a duplicate of this bug. ***
*** Bug 326143 has been marked as a duplicate of this bug. ***
*** Bug 326712 has been marked as a duplicate of this bug. ***