Denis Vlasenko posted a patch which would fix issue when no dialog for break operati...
commit7c79cfe10c317fecf737b22989e75d15d1014654
authorIlia Maslakov <il.smind@gmail.com>
Thu, 5 Mar 2009 09:59:50 +0000 (5 09:59 +0000)
committerIlia Maslakov <il.smind@gmail.com>
Thu, 5 Mar 2009 09:59:50 +0000 (5 09:59 +0000)
tree5f3e05f976bf257c6325d36b3969df6993439c10
parent3f325c63cf08068c7e05b85649d1cabff0537e1a
 Denis Vlasenko posted a patch which would fix issue when no dialog for break operation. Trouble: recently i accidentally entered '.' instead of '..' in the file copy dialog on a relatively big tree ... for every file in the tree i got the <foo> and <bar> are the same file message box, without any way to escape except killing mc from the outside. Rework warn_same_file for more usage glib. ... msg = g_strdup_printf() ...
src/file.c