aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2009-02-12 02:33:19 +0000
committerUlf Lamping <ulf.lamping@web.de>2009-02-12 02:33:19 +0000
commitc70e7b0d3b51a9ad0ef96403390a907e130909d3 (patch)
tree903afa49465d54c782a023f936f793d3781b9b0e /gtk/hostlist_table.c
parent63b93ee09fc4fba1d5e6dbab98cd28f26e6ada86 (diff)
try to fix the buildbot
svn path=/trunk/; revision=27438
Diffstat (limited to 'gtk/hostlist_table.c')
-rw-r--r--gtk/hostlist_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hostlist_table.c b/gtk/hostlist_table.c
index 5c88667cfa..a0f84d9af2 100644
--- a/gtk/hostlist_table.c
+++ b/gtk/hostlist_table.c
@@ -1217,7 +1217,7 @@ init_hostlist_notebook_cb(GtkWidget *w _U_, gpointer d _U_)
map_bt = g_object_get_data(G_OBJECT(bbox), WIRESHARK_STOCK_MAP);
gtk_tooltips_set_tip(tooltips, map_bt,
"Show a map of the IP addresses (internet connection required).", NULL);
- g_object_set_data(G_OBJECT(map_bt), HOST_PTR_KEY, hosttable);
+ g_object_set_data(G_OBJECT(map_bt), HOST_PTR_KEY, pages[page]);
g_signal_connect(map_bt, "clicked", G_CALLBACK(open_as_map_cb), NULL);
g_signal_connect(nb, "switch-page", G_CALLBACK(ct_nb_map_switch_page_cb), map_bt);
gtk_widget_set_sensitive(map_bt, FALSE);