From 284a9dbd5e577a3d224502545f3ae036b34e32a2 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Mon, 7 Apr 2008 16:17:16 +0300 Subject: [PATCH] Add parent window argument to poi_info_dialog --- src/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map.c b/src/map.c index a3e279d..f9e549f 100644 --- a/src/map.c +++ b/src/map.c @@ -1384,7 +1384,7 @@ static gboolean map_cb_show_poi_info_dialog(gpointer data) { guint poi_id=GPOINTER_TO_INT(data); -if (poi_info_dialog(poi_id)==FALSE) +if (poi_info_dialog(_window, poi_id)==FALSE) g_printerr("Huh? Failed to display info dialog\n"); return FALSE; } -- 2.39.5