aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-view.c
diff options
context:
space:
mode:
authorTravis Reitter <treitter@gmail.com>2010-06-15 00:37:49 +0800
committerTravis Reitter <treitter@gmail.com>2010-07-21 07:12:35 +0800
commitcdd2409d9048d1ffc7794713de52810ef0d18ebb (patch)
treea0377f74675536e758bf07d423076a3da4482392 /libempathy-gtk/empathy-individual-view.c
parentc05d4cda33e0f10ce58a8afeaea0bad28af4b254 (diff)
downloadgsoc2013-empathy-cdd2409d9048d1ffc7794713de52810ef0d18ebb.tar
gsoc2013-empathy-cdd2409d9048d1ffc7794713de52810ef0d18ebb.tar.gz
gsoc2013-empathy-cdd2409d9048d1ffc7794713de52810ef0d18ebb.tar.bz2
gsoc2013-empathy-cdd2409d9048d1ffc7794713de52810ef0d18ebb.tar.lz
gsoc2013-empathy-cdd2409d9048d1ffc7794713de52810ef0d18ebb.tar.xz
gsoc2013-empathy-cdd2409d9048d1ffc7794713de52810ef0d18ebb.tar.zst
gsoc2013-empathy-cdd2409d9048d1ffc7794713de52810ef0d18ebb.zip
Don't crash if a row gets deleted before being expanded.
Diffstat (limited to 'libempathy-gtk/empathy-individual-view.c')
-rw-r--r--libempathy-gtk/empathy-individual-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-view.c b/libempathy-gtk/empathy-individual-view.c
index 012b8ec15..83b01964b 100644
--- a/libempathy-gtk/empathy-individual-view.c
+++ b/libempathy-gtk/empathy-individual-view.c
@@ -1334,7 +1334,6 @@ individual_view_expand_idle_cb (gpointer user_data)
if (path == NULL)
goto done;
-
g_signal_handlers_block_by_func (data->view,
individual_view_row_expand_or_collapse_cb,
GINT_TO_POINTER (data->expand));