aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/empathy-debug-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c
index 11d56a473..461d6098a 100644
--- a/src/empathy-debug-window.c
+++ b/src/empathy-debug-window.c
@@ -803,8 +803,8 @@ debug_window_name_owner_changed_cb (TpDBusDaemon *proxy,
/* set the CM as disabled in the model */
if (debug_window_cm_is_in_model (user_data, arg1, &iter, FALSE))
- {
- gtk_list_store_set (priv->cms,
+ {
+ gtk_list_store_set (priv->cms,
iter, COL_CM_GONE, TRUE, -1);
gtk_tree_iter_free (iter);
}