# HG changeset patch # User nadvornik # Date 1252008040 0 # Node ID a2dc83823432e3b83c518f863e113c294c0cbdc2 # Parent 155268f3bc76e1b18e77bce53f5e7180a8273622 fixed in-place rename diff -r 155268f3bc76 -r a2dc83823432 src/view_file_list.c --- a/src/view_file_list.c Thu Sep 03 19:18:20 2009 +0000 +++ b/src/view_file_list.c Thu Sep 03 20:00:40 2009 +0000 @@ -445,7 +445,7 @@ tpath = gtk_tree_model_get_path(store, &iter); tree_edit_by_path(GTK_TREE_VIEW(vf->listview), tpath, - vflist_column_idx(vf, FILE_COLUMN_NAME), VFLIST(vf)->click_fd->name, + FILE_VIEW_COLUMN_FORMATTED, VFLIST(vf)->click_fd->name, vflist_row_rename_cb, vf); gtk_tree_path_free(tpath); }