empathy r1236 - trunk/src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1236 - trunk/src
- Date: Tue, 15 Jul 2008 13:23:03 +0000 (UTC)
Author: xclaesse
Date: Tue Jul 15 13:23:03 2008
New Revision: 1236
URL: http://svn.gnome.org/viewvc/empathy?rev=1236&view=rev
Log:
Correctly update the UI when listing state changes.
Modified:
trunk/src/empathy-new-chatroom-dialog.c
Modified: trunk/src/empathy-new-chatroom-dialog.c
==============================================================================
--- trunk/src/empathy-new-chatroom-dialog.c (original)
+++ trunk/src/empathy-new-chatroom-dialog.c Tue Jul 15 13:23:03 2008
@@ -366,7 +366,7 @@
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]