Mercurial > geeqie
diff src/bar_keywords.c @ 1292:4a3ae0e6f1eb
droped Preferences dialog, sidebar should replace it completely
author | nadvornik |
---|---|
date | Sat, 14 Feb 2009 20:26:30 +0000 |
parents | 50ae02a4a675 |
children | 8c59e6e50bd8 |
line wrap: on
line diff
--- a/src/bar_keywords.c Sat Feb 14 19:50:54 2009 +0000 +++ b/src/bar_keywords.c Sat Feb 14 20:26:30 2009 +0000 @@ -16,7 +16,6 @@ #include "filedata.h" #include "history_list.h" -#include "info.h" #include "metadata.h" #include "misc.h" #include "ui_fileops.h" @@ -48,7 +47,7 @@ */ -static GList *keyword_list_pull(GtkWidget *text_widget) +GList *keyword_list_pull(GtkWidget *text_widget) { GList *list; gchar *text;