aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-27 23:03:11 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-27 23:03:11 +0800
commit246115e48e4b1103132695f20a80bf74fe3640c2 (patch)
treedf3f1bb4f786911ef44fb3db6656d5762640c573 /src/empathy-chat-window.c
parent9e50b650fef38479ad10c5518e4c85a13f2d7a6e (diff)
downloadgsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.tar
gsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.tar.gz
gsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.tar.bz2
gsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.tar.lz
gsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.tar.xz
gsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.tar.zst
gsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.zip
coding style fixes
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r--src/empathy-chat-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 97b7026c5..73c5f9472 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -843,7 +843,7 @@ chat_window_favorite_toggled_cb (GtkToggleAction *toggle_action,
empathy_chat_get_name (priv->current_chat));
empathy_chatroom_set_favorite (chatroom, active);
- g_object_unref(chatroom);
+ g_object_unref (chatroom);
}
static void
@@ -867,7 +867,7 @@ chat_window_always_urgent_toggled_cb (GtkToggleAction *toggle_action,
empathy_chat_get_name (priv->current_chat));
empathy_chatroom_set_always_urgent (chatroom, active);
- g_object_unref(chatroom);
+ g_object_unref (chatroom);
}
static void