comparison src/view_file.c @ 753:477f48ba28d8

rewritten utilops.h: - better integration of external commands - filter commands
author nadvornik
date Sat, 24 May 2008 22:44:18 +0000
parents a7289f9e8d29
children d6a7fb4b8e7c
comparison
equal deleted inserted replaced
752:85c9412d77d2 753:477f48ba28d8
305 n = GPOINTER_TO_INT(data); 305 n = GPOINTER_TO_INT(data);
306 306
307 if (!vf) return; 307 if (!vf) return;
308 308
309 list = vf_pop_menu_file_list(vf); 309 list = vf_pop_menu_file_list(vf);
310 start_editor_from_filelist(n, list); 310 file_util_start_editor_from_filelist(n, list, vf->listview);
311 filelist_free(list); 311 filelist_free(list);
312 } 312 }
313 313
314 static void vf_pop_menu_info_cb(GtkWidget *widget, gpointer data) 314 static void vf_pop_menu_info_cb(GtkWidget *widget, gpointer data)
315 { 315 {