diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-15 21:23:03 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-15 21:23:03 +0800 |
commit | e7e92079602078eacb01fb82ce15c658937d7563 (patch) | |
tree | 436c05083282c99fa93f5e51dca908d8d967782f /src/empathy-new-chatroom-dialog.c | |
parent | 4419fe647a0111087ae26054db83e9d730b79f56 (diff) | |
download | gsoc2013-empathy-e7e92079602078eacb01fb82ce15c658937d7563.tar gsoc2013-empathy-e7e92079602078eacb01fb82ce15c658937d7563.tar.gz gsoc2013-empathy-e7e92079602078eacb01fb82ce15c658937d7563.tar.bz2 gsoc2013-empathy-e7e92079602078eacb01fb82ce15c658937d7563.tar.lz gsoc2013-empathy-e7e92079602078eacb01fb82ce15c658937d7563.tar.xz gsoc2013-empathy-e7e92079602078eacb01fb82ce15c658937d7563.tar.zst gsoc2013-empathy-e7e92079602078eacb01fb82ce15c658937d7563.zip |
Correctly update the UI when listing state changes.
svn path=/trunk/; revision=1236
Diffstat (limited to 'src/empathy-new-chatroom-dialog.c')
-rw-r--r-- | src/empathy-new-chatroom-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c index 6aac17ada..35a9c327e 100644 --- a/src/empathy-new-chatroom-dialog.c +++ b/src/empathy-new-chatroom-dialog.c @@ -366,7 +366,7 @@ new_chatroom_dialog_account_changed_cb (GtkComboBox *combobox, g_signal_connect (dialog->room_list, "new-room", G_CALLBACK (new_chatroom_dialog_new_room_cb), dialog); - g_signal_connect (dialog->room_list, "notify::listing", + g_signal_connect (dialog->room_list, "notify::is-listing", G_CALLBACK (new_chatroom_dialog_listing_cb), dialog); |