Mercurial > geeqie.yaz
diff src/view_dir.c @ 995:6ca2c5fd7b13
Whitespaces cleanup.
author | zas_ |
---|---|
date | Mon, 25 Aug 2008 22:20:45 +0000 |
parents | 021c4eda0736 |
children | 1646720364cf |
line wrap: on
line diff
--- a/src/view_dir.c Mon Aug 25 18:13:33 2008 +0000 +++ b/src/view_dir.c Mon Aug 25 22:20:45 2008 +0000 @@ -637,7 +637,7 @@ G_CALLBACK(vd_pop_menu_delete_cb), vd); if (options->show_copy_path) - menu_item_add(menu, _("_Copy path"), + menu_item_add(menu, _("_Copy path"), G_CALLBACK(vd_pop_menu_copy_path_cb), vd); menu_item_add_divider(menu); @@ -1082,7 +1082,7 @@ if (vd_find_row(vd, base_fd, &iter)) { vdtree_populate_path_by_iter(vd, &iter, TRUE, vd->dir_fd); - } + } file_data_unref(base_fd); }