Mercurial > geeqie.yaz
changeset 1711:f5eb4241a827
fixed in-place rename
author | nadvornik |
---|---|
date | Thu, 03 Sep 2009 20:00:40 +0000 |
parents | 1b790ab146ab |
children | 7f91f906f9c2 |
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); }