diff options
author | Abner Silva <abner.silva@collabora.co.uk> | 2009-07-17 03:55:31 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-08 00:59:34 +0800 |
commit | 487f4d0fc504b9c0cb77a030869893054c907d6d (patch) | |
tree | 0a7ccf875702e173d58e158fa24d667cc7da702e /src/empathy-chat-window.h | |
parent | b8698934662ff2f97b6d1d68f409650878bbcad6 (diff) | |
download | gsoc2013-empathy-487f4d0fc504b9c0cb77a030869893054c907d6d.tar gsoc2013-empathy-487f4d0fc504b9c0cb77a030869893054c907d6d.tar.gz gsoc2013-empathy-487f4d0fc504b9c0cb77a030869893054c907d6d.tar.bz2 gsoc2013-empathy-487f4d0fc504b9c0cb77a030869893054c907d6d.tar.lz gsoc2013-empathy-487f4d0fc504b9c0cb77a030869893054c907d6d.tar.xz gsoc2013-empathy-487f4d0fc504b9c0cb77a030869893054c907d6d.tar.zst gsoc2013-empathy-487f4d0fc504b9c0cb77a030869893054c907d6d.zip |
Grouping all 1-to-1 chats in one window and MUC's in another one. (Fixes #588812)
Diffstat (limited to 'src/empathy-chat-window.h')
-rw-r--r-- | src/empathy-chat-window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h index 1e4a001e5..4f1920a9c 100644 --- a/src/empathy-chat-window.h +++ b/src/empathy-chat-window.h @@ -57,7 +57,7 @@ struct _EmpathyChatWindowClass { }; GType empathy_chat_window_get_type (void); -EmpathyChatWindow *empathy_chat_window_get_default (void); +EmpathyChatWindow *empathy_chat_window_get_default (gboolean room_filter); EmpathyChatWindow *empathy_chat_window_new (void); GtkWidget * empathy_chat_window_get_dialog (EmpathyChatWindow *window); void empathy_chat_window_add_chat (EmpathyChatWindow *window, |