From 73c370019c4de89d4c901ee8c25cc0cbb55992fb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 22 Sep 2008 21:03:28 +0000 Subject: Search UI is kinda sorta working. Still some outstanding issues. svn path=/branches/kill-bonobo/; revision=36427 --- e-util/e-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-util.h') diff --git a/e-util/e-util.h b/e-util/e-util.h index d1a76c8ea6..a6aaa19a99 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -44,7 +44,7 @@ typedef enum { const gchar * e_get_user_data_dir (void); void e_display_help (GtkWindow *parent, const gchar *link_id); -guint e_load_ui_definition (GtkUIManager *manager, +guint e_load_ui_definition (GtkUIManager *ui_manager, const gchar *basename); char * e_str_without_underscores (const char *s); -- cgit