summaryrefslogtreecommitdiff
path: root/gtk/expert_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-10-03 19:37:17 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-10-03 19:37:17 +0000
commite0e8cb76a389c59cf4cdeff3eec2768c0adbb955 (patch)
tree110b90b6a2aadb8b8589d6d9f7cc3727e5c0de76 /gtk/expert_dlg.c
parentd24ce3d4ad5f2d025b0dc63b3e95e89b488452f0 (diff)
downloadwireshark-e0e8cb76a389c59cf4cdeff3eec2768c0adbb955.tar.gz
move the list down to the latest message while new messages rush in. We might want to have a checkbox or alike to en/disable this (as discussed for the Statistics) lately.
svn path=/trunk/; revision=16092
Diffstat (limited to 'gtk/expert_dlg.c')
-rw-r--r--gtk/expert_dlg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/expert_dlg.c b/gtk/expert_dlg.c
index d3a99f68de..9ea8d1cedd 100644
--- a/gtk/expert_dlg.c
+++ b/gtk/expert_dlg.c
@@ -263,6 +263,8 @@ expert_dlg_draw(void *data)
* (there might be no large changes behind this amount) */
if(etd->disp_events < 1000)
gtk_clist_columns_autosize(etd->table);
+ gtk_clist_moveto(etd->table,
+ etd->disp_events - 1, -1, 1.0, 1.0);
gtk_clist_thaw(etd->table);
title = g_strdup_printf("Errors: %u Warnings: %u Notes: %u Chats: %u",