diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-08 00:32:27 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-08 00:59:34 +0800 |
commit | 247a7866ebdf6f51f357c89a3ffb6e801188f683 (patch) | |
tree | 0dd9817e738d81062aed9c547d97e23414e605fd /src/empathy-chat-window.h | |
parent | 784b5bd127a9cb1bb725f6c3e1e5338015383037 (diff) | |
download | gsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.tar gsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.tar.gz gsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.tar.bz2 gsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.tar.lz gsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.tar.xz gsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.tar.zst gsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.zip |
empathy_chat_window_get_default: rename room_filter to room
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 9981faddb..a347352a9 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 (gboolean room_filter); +EmpathyChatWindow *empathy_chat_window_get_default (gboolean room); EmpathyChatWindow *empathy_chat_window_new (void); GtkWidget * empathy_chat_window_get_dialog (EmpathyChatWindow *window); void empathy_chat_window_add_chat (EmpathyChatWindow *window, |