aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-14 20:41:27 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-14 21:25:53 +0800
commit82aa40180c8cdf81ea3d8a7b217f3435a2ffcbbc (patch)
tree5f3a2c24f48724bc1a0b4aa4f94eb2e3ca9e7522 /src
parentfcb0c8c46779ef6f37575fda25500d26b49a4227 (diff)
downloadgsoc2013-empathy-82aa40180c8cdf81ea3d8a7b217f3435a2ffcbbc.tar
gsoc2013-empathy-82aa40180c8cdf81ea3d8a7b217f3435a2ffcbbc.tar.gz
gsoc2013-empathy-82aa40180c8cdf81ea3d8a7b217f3435a2ffcbbc.tar.bz2
gsoc2013-empathy-82aa40180c8cdf81ea3d8a7b217f3435a2ffcbbc.tar.lz
gsoc2013-empathy-82aa40180c8cdf81ea3d8a7b217f3435a2ffcbbc.tar.xz
gsoc2013-empathy-82aa40180c8cdf81ea3d8a7b217f3435a2ffcbbc.tar.zst
gsoc2013-empathy-82aa40180c8cdf81ea3d8a7b217f3435a2ffcbbc.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 23c93a15b..755e9d1a8 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -419,7 +419,7 @@ chat_window_contact_menu_update (EmpathyChatWindowPriv *priv,
submenu = empathy_chat_get_contact_menu (priv->current_chat);
if (submenu != NULL) {
- /* 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);