Subversion Repositories Kolibri OS

Rev

Rev 8750 | Rev 8762 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8750 Rev 8751
Line 1053... Line 1053...
1053
			break;
1053
			break;
1054
		case RENAME_ITEM:
1054
		case RENAME_ITEM:
1055
			if (info_result!=5) {
1055
			if (info_result!=5) {
1056
				notify(FS_ITEM_ALREADY_EXISTS);
1056
				notify(FS_ITEM_ALREADY_EXISTS);
1057
			} else {
1057
			} else {
1058
				(RenameMove(new_file_ed.text, #file_path))
1058
				if (RenameMove(new_file_ed.text, #file_path))
1059
				{
1059
				{
1060
					if (itdir) {
1060
					if (itdir) {
1061
						notify("'Error renaming folder' -E");
1061
						notify("'Error renaming folder' -E");
1062
						return;
1062
						return;
1063
					} else {
1063
					} else {