summaryrefslogtreecommitdiff
path: root/src/nautilus-location-bar.c
diff options
context:
space:
mode:
authorRebecca Schulman <rebecka@eazel.com>2000-09-28 21:38:36 +0000
committerRebecca Schulman <rebecka@src.gnome.org>2000-09-28 21:38:36 +0000
commitb6fb4af256933839929e5f23a149c7f365bc8e4d (patch)
tree15d3993972326c50ec537dee4b27f97e31e08ea8 /src/nautilus-location-bar.c
parent7e9b9aa19cb241f24cb391840103ece2942ae1a7 (diff)
downloadnautilus-b6fb4af256933839929e5f23a149c7f365bc8e4d.tar.gz
Fixed bug 3231, which crashed nautilus when file dialogs were closed
2000-09-28 Rebecca Schulman <rebecka@eazel.com> Fixed bug 3231, which crashed nautilus when file dialogs were closed without choosing an option. Added a parameter to nautilus_simple_dialog to allow the close button to be ignored * libnautilus-extensions/nautilus-file-operations.c: (handle_xfer_vfs_error), (handle_xfer_overwrite), (nautilus_file_operations_copy_move), (nautilus_file_operations_move_to_trash): * libnautilus-extensions/nautilus-icon-dnd.c: (confirm_switch_to_manual_layout): * src/nautilus-location-bar.c: (drag_data_received_callback): Switched dialogs which really should receive a response from the user to use dialog boxes which ignore the close box * libnautilus-extensions/nautilus-stock-dialogs.c: * libnautilus-extensions/nautilus-stock-dialogs.h: (delete_event_callback), (nautilus_simple_dialog): Made the dialog ignore delete events.
Diffstat (limited to 'src/nautilus-location-bar.c')
-rw-r--r--src/nautilus-location-bar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-location-bar.c b/src/nautilus-location-bar.c
index 8d7194718..125753b07 100644
--- a/src/nautilus-location-bar.c
+++ b/src/nautilus-location-bar.c
@@ -133,6 +133,7 @@ drag_data_received_callback (GtkWidget *widget,
name_count);
new_windows_for_extras = nautilus_simple_dialog
(GTK_WIDGET (nautilus_location_bar_get_window (widget)),
+ TRUE,
prompt,
_("View in Multiple Windows?"),
GNOME_STOCK_BUTTON_OK,