diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:23:51 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:23:51 +0800 |
commit | 154eb38cf48362d75685f2336c1a779d3650fed0 (patch) | |
tree | c93997ead12815ba72b4d6c4ef24c2675e9127e1 /libempathy-gtk/empathy-chat-view.h | |
parent | 3b6cc6f01b861c217a52fecd068b8fb009adc792 (diff) | |
download | gsoc2013-empathy-154eb38cf48362d75685f2336c1a779d3650fed0.tar gsoc2013-empathy-154eb38cf48362d75685f2336c1a779d3650fed0.tar.gz gsoc2013-empathy-154eb38cf48362d75685f2336c1a779d3650fed0.tar.bz2 gsoc2013-empathy-154eb38cf48362d75685f2336c1a779d3650fed0.tar.lz gsoc2013-empathy-154eb38cf48362d75685f2336c1a779d3650fed0.tar.xz gsoc2013-empathy-154eb38cf48362d75685f2336c1a779d3650fed0.tar.zst gsoc2013-empathy-154eb38cf48362d75685f2336c1a779d3650fed0.zip |
Move chat_view_get_avatar_pixbuf_with_cache to EmpathyThemeBoxes where it makes more sense.
svn path=/trunk/; revision=1982
Diffstat (limited to 'libempathy-gtk/empathy-chat-view.h')
-rw-r--r-- | libempathy-gtk/empathy-chat-view.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat-view.h b/libempathy-gtk/empathy-chat-view.h index e305377ac..e4c724e3b 100644 --- a/libempathy-gtk/empathy-chat-view.h +++ b/libempathy-gtk/empathy-chat-view.h @@ -123,7 +123,6 @@ void empathy_chat_view_set_last_timestamp (EmpathyChatView *view, time_t timestamp); EmpathyContact * empathy_chat_view_get_last_contact (EmpathyChatView *view); -GdkPixbuf * empathy_chat_view_get_avatar_pixbuf_with_cache (EmpathyContact *contact); GtkWidget * empathy_chat_view_get_smiley_menu (GCallback callback, gpointer user_data); |