summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/gtk/flow_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/flow_graph.c b/ui/gtk/flow_graph.c
index 53eeb1e5bf..1fde0ea622 100644
--- a/ui/gtk/flow_graph.c
+++ b/ui/gtk/flow_graph.c
@@ -139,7 +139,7 @@ toggle_select_srcdst(GtkWidget *widget _U_, gpointer user_data _U_)
{
/* is the button now active? */
if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(src_dst_rb))) {
- graph_analysis->any_addr = TRUE;
+ graph_analysis->any_addr = FALSE;
}
}