empathy r1579 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1579 - trunk/libempathy
- Date: Mon, 13 Oct 2008 07:55:41 +0000 (UTC)
Author: xclaesse
Date: Mon Oct 13 07:55:41 2008
New Revision: 1579
URL: http://svn.gnome.org/viewvc/empathy?rev=1579&view=rev
Log:
empathy_chatroom_manager_remove: when looking for the chatroom to remove check the address first so we are not confuse if the room was invalidated
Modified:
trunk/libempathy/empathy-chatroom-manager.c
Modified: trunk/libempathy/empathy-chatroom-manager.c
==============================================================================
--- trunk/libempathy/empathy-chatroom-manager.c (original)
+++ trunk/libempathy/empathy-chatroom-manager.c Mon Oct 13 07:55:41 2008
@@ -351,7 +351,8 @@
this_chatroom = l->data;
- if (empathy_chatroom_equal (chatroom, this_chatroom)) {
+ if (this_chatroom == chatroom ||
+ empathy_chatroom_equal (chatroom, this_chatroom)) {
gboolean favorite;
priv->chatrooms = g_list_delete_link (priv->chatrooms, l);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]