Denis Vlasenko posted a patch which would fix issue when no dialog for break operati...
commita079bd950c648728758935069694c80738cf8203
authorIlia Maslakov <il.smind@gmail.com>
Thu, 5 Mar 2009 09:59:50 +0000 (5 09:59 +0000)
committerIlia Maslakov <il.smind@gmail.com>
Tue, 17 Mar 2009 16:53:37 +0000 (17 16:53 +0000)
treeab64e5756265c9a48f601264d9bfa5c889967349
parenta9d662aa571028262dc628109e9edf7c72e839a0
 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