summaryrefslogtreecommitdiff
path: root/ui/gtk/graph_analysis.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-11 22:00:48 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-11 22:00:48 +0000
commit66bb75dd4eacd671b1320ae7b934fff6caa6d272 (patch)
tree749275e4a4b87a2ad53e7924b4f0a09e090f5aca /ui/gtk/graph_analysis.c
parenta33c6a8ced2a867dee2bf217bf2ffef4ab56e3ca (diff)
downloadwireshark-66bb75dd4eacd671b1320ae7b934fff6caa6d272.tar.gz
Sequence / flow diagram updates.
Plumb some controls. Adjust dialog layout. Make sure sequence information is allocated and freed correctly. Remove a debugging statement. svn path=/trunk/; revision=53260
Diffstat (limited to 'ui/gtk/graph_analysis.c')
-rw-r--r--ui/gtk/graph_analysis.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/graph_analysis.c b/ui/gtk/graph_analysis.c
index 7188ebbc26..f1f1291e2d 100644
--- a/ui/gtk/graph_analysis.c
+++ b/ui/gtk/graph_analysis.c
@@ -799,7 +799,6 @@ static void dialog_graph_draw(graph_analysis_data_t *user_data)
}
pango_layout_set_text(layout, label_string, -1);
#endif
-g_warning("= layout width: %d: %s", pango_layout_get_width(layout), pango_layout_get_text(layout));
pango_layout_get_pixel_size(layout, &label_width, &label_height);
if ((int)left_x_border > ((int)label_x-(int)label_width/2))