From 63dc035915797386772ac3b9c2dfe968121565de Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 29 Jun 2010 15:07:28 +0200 Subject: [PATCH] coding style fix --- src/empathy-debug-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c index 11d56a47..461d6098 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); } -- 2.39.2