aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/conversations_table.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2012-11-14 02:53:41 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2012-11-14 02:53:41 +0000
commite0da278d5f8192babe9ec0435d4415e3efb90b4f (patch)
tree731494651e9ff09c981be10008bd0a908ebf0805 /ui/gtk/conversations_table.h
parent9145ad578123e8c9e98502d42ce8ecb25d4741b4 (diff)
After launching 'Follow stream' or one of the graphs, restore the
conversation selection. svn path=/trunk/; revision=46027
Diffstat (limited to 'ui/gtk/conversations_table.h')
-rw-r--r--ui/gtk/conversations_table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/conversations_table.h b/ui/gtk/conversations_table.h
index 6ccbf67e93..3999647bf6 100644
--- a/ui/gtk/conversations_table.h
+++ b/ui/gtk/conversations_table.h
@@ -75,6 +75,8 @@ typedef struct _conversations_table {
gboolean fixed_col; /**< if switched to fixed column */
gboolean resolve_names; /**< resolve address names? */
+
+ int reselection_idx; /**< conversation index to reselect */
} conversations_table;
/** Register the conversation table for the multiple conversation window.