]> git.0d.be Git - empathy.git/commitdiff
Correctly update the UI when listing state changes.
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 15 Jul 2008 13:23:03 +0000 (13:23 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 15 Jul 2008 13:23:03 +0000 (13:23 +0000)
svn path=/trunk/; revision=1236

src/empathy-new-chatroom-dialog.c

index 6aac17adaca8fbab4bce744c84848573187cd8d0..35a9c327ed1d88eafb2c3d5e99fc2e6c655406a4 100644 (file)
@@ -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);