aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/graph_analysis.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-05 05:16:28 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-05 05:16:28 +0000
commit4a3c5e54f6ea72e49390fca92415535829cfe176 (patch)
tree7c2e14ebe87dbb8e2372da805817079433173a03 /gtk/graph_analysis.h
parent699ac8dc018a45665f70e09bdb28cd424f5c52a2 (diff)
From Alejandro Vaquero
- avoid the clist of the calls dlg to be refreshed multiple times when first appear. - destroy the Graph window when the data is not valid anymore. - fixes an H245 packet count error - resizing the Graph windows when is displayed (up to 5 columns). With a change to leave static voip_calls_tapinfo_t the_tapinfo_struct = {0, NULL, 0, NULL, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0}; alone. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14852 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/graph_analysis.h')
-rw-r--r--gtk/graph_analysis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/graph_analysis.h b/gtk/graph_analysis.h
index 684dbfe934..d8abdaff04 100644
--- a/gtk/graph_analysis.h
+++ b/gtk/graph_analysis.h
@@ -89,6 +89,7 @@ typedef struct _dialog_data_t {
GdkPixmap *pixmap_time;
GdkPixmap *pixmap;
GdkPixmap *pixmap_comments;
+ GtkWidget *scroll_window;
GtkWidget *v_scrollbar;
GtkAdjustment *v_scrollbar_adjustment;
GtkWidget *hpane;