Mercurial > geeqie
changeset 1732:a2dc83823432
fixed in-place rename
author | nadvornik |
---|---|
date | Thu, 03 Sep 2009 20:00:40 +0000 |
parents | 155268f3bc76 |
children | b52deba688e9 |
files | src/view_file_list.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }