summaryrefslogtreecommitdiff
path: root/gtk/recent.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-05-11 18:03:22 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-05-11 18:03:22 +0000
commit319f71c537bf55a7cdfe0ea51d1909ad24c6491b (patch)
tree9df8e29a9cd5fbdc663b6cac52a7099288cd467f /gtk/recent.h
parent61465d414138d77418058ffcda5ad58fa2f515d1 (diff)
downloadwireshark-319f71c537bf55a7cdfe0ea51d1909ad24c6491b.tar.gz
Sort list before thaw to avoid flicker when doing capture.
Save pane size in recent. svn path=/trunk/; revision=25275
Diffstat (limited to 'gtk/recent.h')
-rw-r--r--gtk/recent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/recent.h b/gtk/recent.h
index e682f04095..697c6892f9 100644
--- a/gtk/recent.h
+++ b/gtk/recent.h
@@ -74,6 +74,7 @@ typedef struct recent_settings_tag {
gboolean has_gui_geometry_status_pane; /* gui_geometry_status_pane is valid */
gint gui_geometry_status_pane_left;
gint gui_geometry_status_pane_right;
+ gint gui_geometry_wlan_stats_pane;
gboolean privs_warn_if_elevated;
gboolean privs_warn_if_no_npf;
gboolean has_recent_common;