diff src/bar_keywords.h @ 1292:4a3ae0e6f1eb

droped Preferences dialog, sidebar should replace it completely
author nadvornik
date Sat, 14 Feb 2009 20:26:30 +0000
parents 50ae02a4a675
children 55ea4962887a
line wrap: on
line diff
--- a/src/bar_keywords.h	Sat Feb 14 19:50:54 2009 +0000
+++ b/src/bar_keywords.h	Sat Feb 14 20:26:30 2009 +0000
@@ -16,5 +16,9 @@
 
 GtkWidget *bar_pane_keywords_new(const gchar *title, const gchar *key);
 
+
+/* used in search.c */
+GList *keyword_list_pull(GtkWidget *text_widget);
+
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */