Actually return if the folder is being moved into one of its descendants.
* e-shell-folder-commands.c (folder_selection_dialog_folder_selected_callback): Actually return if the folder is being moved into one of its descendants. svn path=/trunk/; revision=12395
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2001-08-22 Ettore Perazzoli <ettore@ximian.com>
|
||||||
|
|
||||||
|
* e-shell-folder-commands.c
|
||||||
|
(folder_selection_dialog_folder_selected_callback): Actually
|
||||||
|
return if the folder is being moved into one of its descendants.
|
||||||
|
|
||||||
2001-08-22 Ettore Perazzoli <ettore@ximian.com>
|
2001-08-22 Ettore Perazzoli <ettore@ximian.com>
|
||||||
|
|
||||||
* e-shell-folder-title-bar.c (label_realize_callback): `#if 0'ed
|
* e-shell-folder-title-bar.c (label_realize_callback): `#if 0'ed
|
||||||
|
@ -188,6 +188,7 @@ folder_selection_dialog_folder_selected_callback (EShellFolderSelectionDialog *f
|
|||||||
source_len) == 0) {
|
source_len) == 0) {
|
||||||
e_notice (GTK_WINDOW (folder_selection_dialog), GNOME_MESSAGE_BOX_ERROR,
|
e_notice (GTK_WINDOW (folder_selection_dialog), GNOME_MESSAGE_BOX_ERROR,
|
||||||
_("Cannot move a folder into one of its descendants."));
|
_("Cannot move a folder into one of its descendants."));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user