aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/packet_list_store.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/packet_list_store.c')
-rw-r--r--ui/gtk/packet_list_store.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gtk/packet_list_store.c b/ui/gtk/packet_list_store.c
index 0c82fb4b25..5036b5d6aa 100644
--- a/ui/gtk/packet_list_store.c
+++ b/ui/gtk/packet_list_store.c
@@ -839,7 +839,8 @@ packet_list_dissect_and_cache_all(PacketList *packet_list)
/* allow certain "interupts" to happen during this code. */
/* (Note that the progress_dlg window is set to "modal" */
/* so that clicking on other windows is disabled). */
- progbar = delayed_create_progress_dlg("Construct", "Columns",
+ progbar = delayed_create_progress_dlg(gtk_widget_get_window(packet_list->view),
+ "Construct", "Columns",
TRUE, &progbar_stop_flag,
&progbar_start_time, progbar_val);