comparison 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
comparison
equal deleted inserted replaced
478:9e54275835fb 479:5212d4fed37f
352 FileData *fd = NULL; 352 FileData *fd = NULL;
353 353
354 list = layout_selection_list(lw); 354 list = layout_selection_list(lw);
355 if (!list) fd = layout_image_get_fd(lw); 355 if (!list) fd = layout_image_get_fd(lw);
356 356
357 info_window_new(fd, list); 357 info_window_new(fd, list, NULL);
358 } 358 }
359 359
360 360
361 static void layout_menu_config_cb(GtkAction *action, gpointer data) 361 static void layout_menu_config_cb(GtkAction *action, gpointer data)
362 { 362 {