diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-02 21:40:16 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-02 21:56:38 +0800 |
commit | 87f41f93a0c79b428e0eff6f9f843fce005b82ae (patch) | |
tree | 794474b3a25b6901cb5e8f942805774a52f13198 /libempathy-gtk/empathy-search-bar.h | |
parent | 7f2b924f50433a6240bb8feaf95b423cb6124b12 (diff) | |
download | gsoc2013-empathy-87f41f93a0c79b428e0eff6f9f843fce005b82ae.tar gsoc2013-empathy-87f41f93a0c79b428e0eff6f9f843fce005b82ae.tar.gz gsoc2013-empathy-87f41f93a0c79b428e0eff6f9f843fce005b82ae.tar.bz2 gsoc2013-empathy-87f41f93a0c79b428e0eff6f9f843fce005b82ae.tar.lz gsoc2013-empathy-87f41f93a0c79b428e0eff6f9f843fce005b82ae.tar.xz gsoc2013-empathy-87f41f93a0c79b428e0eff6f9f843fce005b82ae.tar.zst gsoc2013-empathy-87f41f93a0c79b428e0eff6f9f843fce005b82ae.zip |
Stop using EmpathyChatView
https://bugzilla.gnome.org/show_bug.cgi?id=679255
Diffstat (limited to 'libempathy-gtk/empathy-search-bar.h')
-rw-r--r-- | libempathy-gtk/empathy-search-bar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-search-bar.h b/libempathy-gtk/empathy-search-bar.h index 4b07f92c2..afda250b2 100644 --- a/libempathy-gtk/empathy-search-bar.h +++ b/libempathy-gtk/empathy-search-bar.h @@ -23,7 +23,7 @@ #include <glib.h> #include <glib-object.h> -#include "empathy-chat-view.h" +#include "empathy-theme-adium.h" G_BEGIN_DECLS @@ -56,7 +56,7 @@ struct _EmpathySearchBarClass }; GType empathy_search_bar_get_type (void) G_GNUC_CONST; -GtkWidget * empathy_search_bar_new (EmpathyChatView *view); +GtkWidget * empathy_search_bar_new (EmpathyThemeAdium *view); void empathy_search_bar_show (EmpathySearchBar *searchbar); void empathy_search_bar_hide (EmpathySearchBar *searchbar); void empathy_search_bar_paste_clipboard (EmpathySearchBar *searchbar); |