diff src/pan-view.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 a1dcef8cd1ae
children e73d30e0c896
line wrap: on
line diff
--- a/src/pan-view.c	Sat May 24 20:01:59 2008 +0000
+++ b/src/pan-view.c	Sat May 24 22:44:18 2008 +0000
@@ -1334,7 +1334,7 @@
 				{
 				pan_fullscreen_toggle(pw, TRUE);
 				}
-			start_editor_from_file(n, fd);
+			file_util_start_editor_from_file(n, fd, GTK_WIDGET(pr));
 			}
 		}
 	else
@@ -2668,7 +2668,7 @@
 			{
 			pan_fullscreen_toggle(pw, TRUE);
 			}
-		start_editor_from_file(n, fd);
+		file_util_start_editor_from_file(n, fd, pw->imd->widget);
 		}
 }