aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-09 18:21:17 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-09 18:21:17 +0800
commita9255799804f9542f5b46470b184ced7c75136e8 (patch)
treee1cacaad6a7c99c5c281d5606bff79b59843c95a /src
parent1b0c27337f552359260634ddb7dc25c94f337ef5 (diff)
downloadgsoc2013-empathy-a9255799804f9542f5b46470b184ced7c75136e8.tar
gsoc2013-empathy-a9255799804f9542f5b46470b184ced7c75136e8.tar.gz
gsoc2013-empathy-a9255799804f9542f5b46470b184ced7c75136e8.tar.bz2
gsoc2013-empathy-a9255799804f9542f5b46470b184ced7c75136e8.tar.lz
gsoc2013-empathy-a9255799804f9542f5b46470b184ced7c75136e8.tar.xz
gsoc2013-empathy-a9255799804f9542f5b46470b184ced7c75136e8.tar.zst
gsoc2013-empathy-a9255799804f9542f5b46470b184ced7c75136e8.zip
coding style fixes
Diffstat (limited to 'src')
-rw-r--r--src/empathy-chat-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index f8a89a101..5e7428317 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -404,7 +404,7 @@ chat_window_contact_menu_update (EmpathyChatWindowPriv *priv,
if (orig_submenu == NULL || !gtk_widget_get_visible (orig_submenu)) {
submenu = empathy_chat_get_contact_menu (priv->current_chat);
- /* gtk_menu_attach_to_widget() doesn't behave nicely here */
+ /* gtk_menu_attach_to_widget () doesn't behave nicely here */
g_object_set_data (G_OBJECT (submenu), "window", priv->dialog);
gtk_menu_item_set_submenu (GTK_MENU_ITEM (menu), submenu);