diff src/pan-view.c @ 1513:c9ed5a43c576

dropped show_copy_path option
author nadvornik
date Sat, 04 Apr 2009 22:09:50 +0000
parents b106af9689db
children 24a12aa0cb54
line wrap: on
line diff
--- a/src/pan-view.c	Sat Apr 04 21:53:12 2009 +0000
+++ b/src/pan-view.c	Sat Apr 04 22:09:50 2009 +0000
@@ -2828,9 +2828,8 @@
 				G_CALLBACK(pan_rename_cb), pw);
 	menu_item_add_stock_sensitive(menu, _("_Delete..."), GTK_STOCK_DELETE, active,
 				      G_CALLBACK(pan_delete_cb), pw);
-	if (options->show_copy_path)
-		menu_item_add_sensitive(menu, _("_Copy path"), active,
-					G_CALLBACK(pan_copy_path_cb), pw);
+	menu_item_add_sensitive(menu, _("_Copy path"), active,
+				G_CALLBACK(pan_copy_path_cb), pw);
 
 	menu_item_add_divider(menu);
 	item = menu_item_add_check(menu, _("Sort by E_xif date"), pw->exif_date_enable,