Skip to content

Commit

Permalink
try to fix the buildbot
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=27438
  • Loading branch information
ulflulfl committed Feb 12, 2009
1 parent 63b93ee commit c70e7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk/hostlist_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c70e7b0

Please sign in to comment.