aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/conversations_table.h')
-rw-r--r--gtk/conversations_table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/conversations_table.h b/gtk/conversations_table.h
index 8a0eef71e6..a9786acf7a 100644
--- a/gtk/conversations_table.h
+++ b/gtk/conversations_table.h
@@ -51,6 +51,8 @@ typedef struct _conversations_table {
GtkWidget *page_lb; /**< label */
GtkWidget *scrolled_window; /**< the scrolled window */
GtkCList *table; /**< the GTK table */
+ guint32 num_columns; /**< number of columns in the above table */
+ char *default_titles[10]; /**< Column headers */
GtkWidget *menu; /**< context menu */
gboolean has_ports; /**< table has ports */
guint32 num_conversations; /**< number of conversations */