[empathy/gnome-2-34] coding style fixes



commit a9255799804f9542f5b46470b184ced7c75136e8
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Mar 9 11:21:17 2011 +0100

    coding style fixes

 libempathy-gtk/empathy-contact-menu.c |    2 +-
 src/empathy-chat-window.c             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c
index feb6da8..9518cf4 100644
--- a/libempathy-gtk/empathy-contact-menu.c
+++ b/libempathy-gtk/empathy-contact-menu.c
@@ -244,7 +244,7 @@ empathy_contact_block_menu_item_toggled (GtkCheckMenuItem *item,
 		/* confirm the user really wishes to block the contact */
 		GtkWidget *parent;
 
-		/* gtk_menu_get_attach_widget() doesn't behave properly here
+		/* gtk_menu_get_attach_widget () doesn't behave properly here
 		 * for some reason */
 		parent = g_object_get_data (
 			G_OBJECT (gtk_widget_get_parent (GTK_WIDGET (item))),
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index f8a89a1..5e74283 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]