diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-24 22:55:30 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-24 22:55:30 +0800 |
commit | 2beb2a7609f6534697a8874aaa9fc33f3bd115d8 (patch) | |
tree | e1e3e8aa8793e91df460ce8c50715d7afa08fdd8 /libempathy-gtk/empathy-log-window.h | |
parent | f14693f2d70ff34f6a34477d64b85dfc92d53f04 (diff) | |
download | gsoc2013-empathy-2beb2a7609f6534697a8874aaa9fc33f3bd115d8.tar gsoc2013-empathy-2beb2a7609f6534697a8874aaa9fc33f3bd115d8.tar.gz gsoc2013-empathy-2beb2a7609f6534697a8874aaa9fc33f3bd115d8.tar.bz2 gsoc2013-empathy-2beb2a7609f6534697a8874aaa9fc33f3bd115d8.tar.lz gsoc2013-empathy-2beb2a7609f6534697a8874aaa9fc33f3bd115d8.tar.xz gsoc2013-empathy-2beb2a7609f6534697a8874aaa9fc33f3bd115d8.tar.zst gsoc2013-empathy-2beb2a7609f6534697a8874aaa9fc33f3bd115d8.zip |
log-window: port to new tp-glib account API
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy-gtk/empathy-log-window.h')
-rw-r--r-- | libempathy-gtk/empathy-log-window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-log-window.h b/libempathy-gtk/empathy-log-window.h index 298d96099..def0d846b 100644 --- a/libempathy-gtk/empathy-log-window.h +++ b/libempathy-gtk/empathy-log-window.h @@ -25,11 +25,11 @@ #ifndef __EMPATHY_LOG_WINDOW_H__ #define __EMPATHY_LOG_WINDOW_H__ -#include <libempathy/empathy-account.h> +#include <telepathy-glib/account.h> G_BEGIN_DECLS -GtkWidget * empathy_log_window_show (EmpathyAccount *account, +GtkWidget * empathy_log_window_show (TpAccount *account, const gchar *chat_id, gboolean chatroom, GtkWindow *parent); |