diff src/layout_util.c @ 479:5212d4fed37f

Ensure Properties dialog is displayed above fullscreen window. Add a parameter to info_window_new() to pass parent window and revert patch 472.
author zas_
date Tue, 22 Apr 2008 08:16:02 +0000
parents 48c8e49b571c
children 75b7154e6435
line wrap: on
line diff
--- a/src/layout_util.c	Mon Apr 21 22:19:32 2008 +0000
+++ b/src/layout_util.c	Tue Apr 22 08:16:02 2008 +0000
@@ -354,7 +354,7 @@
 	list = layout_selection_list(lw);
 	if (!list) fd = layout_image_get_fd(lw);
 
-	info_window_new(fd, list);
+	info_window_new(fd, list, NULL);
 }