aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/recent.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-05-06 10:32:59 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-05-06 10:32:59 +0000
commit6efcb1adf001eff4cff141733bad798fe2200d14 (patch)
treedd115ea922b4ddb9753879203b72ca647eb667eb /gtk/recent.h
parent7ff0da29332710a8e3acbbcd0ad978ad5dc9bbd3 (diff)
Added an option to display seconds as hours, minutes and seconds
in the packet list, on this format: "1h 2m 3.456s". svn path=/trunk/; revision=32683
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 9ef7191934..c7b58c14f2 100644
--- a/gtk/recent.h
+++ b/gtk/recent.h
@@ -65,6 +65,7 @@ typedef struct recent_settings_tag {
gboolean packet_list_colorize;
gint gui_time_format;
gint gui_time_precision;
+ gint gui_seconds_format;
gint gui_zoom_level;
gint gui_bytes_view;