aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/keys.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-26 14:47:05 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-26 14:47:05 +0000
commit5f2779d7bf1192c68d5fda29479159904e68d7ca (patch)
tree65801c76dd42ae91a9012d2bc298eae747bffa99 /gtk/keys.h
parent8700f6658d7c34df97ec717cab94bf38d0962300 (diff)
Added the popup menu to the old packet list heading, to make it equal to
the new packet list. svn path=/trunk/; revision=31089
Diffstat (limited to 'gtk/keys.h')
-rw-r--r--gtk/keys.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/keys.h b/gtk/keys.h
index 2c86fcfbcd..3dfadb0e91 100644
--- a/gtk/keys.h
+++ b/gtk/keys.h
@@ -31,9 +31,12 @@
#define E_DFILTER_TE_KEY "display_filter_entry"
#define E_RFILTER_TE_KEY "read_filter_te"
-#define E_MPACKET_LIST_COL_KEY "menu_packet_list_col"
#define E_MPACKET_LIST_COL_ID_KEY "menu_packet_list_col_id"
+#ifdef NEW_PACKET_LIST
#define E_MPACKET_LIST_PREV_COL_KEY "menu_packet_list_prev_col"
+#else
+#define E_MPACKET_LIST_COL_ARROWS_KEY "menu_packet_list_col_arrows"
+#endif
#define E_MPACKET_LIST_KEY "menu_packet_list"
#define E_MPACKET_LIST_ROW_KEY "menu_packet_list_row"
#define E_MPACKET_LIST_COL_KEY "menu_packet_list_col"