aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-chat-window.c')
-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);