summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-09-15 02:55:18 -0400
committerTingPing <tingping@tingping.se>2013-09-15 02:55:18 -0400
commitbc8eaf6588dabc759dd90cf53668168f2388c018 (patch)
treee8c15050dca2875f10291d55ac1f6e5af8b14d1c /src/common/hexchat.h
parent59b19bac70d6504c63ce745233077b63d261dc7f (diff)
parentb0b8f40791de39eb6a7ee301d2edada80ad32338 (diff)
Replace search window with a searchbar
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index 3946b643..68da144d 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -231,7 +231,6 @@ struct hexchatprefs
 	unsigned int hex_text_indent;
 	unsigned int hex_text_replay;
 	unsigned int hex_text_search_case_match;
-	unsigned int hex_text_search_backward;
 	unsigned int hex_text_search_highlight_all;
 	unsigned int hex_text_search_follow;
 	unsigned int hex_text_search_regexp;
@@ -278,6 +277,7 @@ struct hexchatprefs
 	int hex_gui_pane_left_size;
 	int hex_gui_pane_right_size;
 	int hex_gui_pane_right_size_min;
+	int hex_gui_search_pos;
 	int hex_gui_slist_select;
 	int hex_gui_tab_layout;
 	int hex_gui_tab_newtofront;