aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chatrooms-window.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:55:16 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:55:16 +0800
commitfebeff52ccfd7841ba0b346dbc8a47653d5d3ab8 (patch)
tree470728a2e294c2dfa34a069a9c6a4678feada4da /src/empathy-chatrooms-window.c
parent7623d308f7569b91557fc350367df76fbd487409 (diff)
downloadgsoc2013-empathy-febeff52ccfd7841ba0b346dbc8a47653d5d3ab8.tar
gsoc2013-empathy-febeff52ccfd7841ba0b346dbc8a47653d5d3ab8.tar.gz
gsoc2013-empathy-febeff52ccfd7841ba0b346dbc8a47653d5d3ab8.tar.bz2
gsoc2013-empathy-febeff52ccfd7841ba0b346dbc8a47653d5d3ab8.tar.lz
gsoc2013-empathy-febeff52ccfd7841ba0b346dbc8a47653d5d3ab8.tar.xz
gsoc2013-empathy-febeff52ccfd7841ba0b346dbc8a47653d5d3ab8.tar.zst
gsoc2013-empathy-febeff52ccfd7841ba0b346dbc8a47653d5d3ab8.zip
empathy-chatrooms-window: no need to call empathy_chatroom_manager_store anymore
svn path=/trunk/; revision=1570
Diffstat (limited to 'src/empathy-chatrooms-window.c')
-rw-r--r--src/empathy-chatrooms-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy-chatrooms-window.c b/src/empathy-chatrooms-window.c
index fd2b3e4f6..a29c5278e 100644
--- a/src/empathy-chatrooms-window.c
+++ b/src/empathy-chatrooms-window.c
@@ -413,7 +413,6 @@ chatrooms_window_model_cell_auto_connect_toggled (GtkCellRendererToggle *cell,
enabled = !enabled;
empathy_chatroom_set_auto_connect (chatroom, enabled);
- empathy_chatroom_manager_store (window->manager);
gtk_list_store_set (store, &iter, COL_AUTO_CONNECT, enabled, -1);
gtk_tree_path_free (path);