diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-14 20:41:27 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-14 21:25:53 +0800 |
commit | 82aa40180c8cdf81ea3d8a7b217f3435a2ffcbbc (patch) | |
tree | 5f3a2c24f48724bc1a0b4aa4f94eb2e3ca9e7522 /libempathy-gtk | |
parent | fcb0c8c46779ef6f37575fda25500d26b49a4227 (diff) | |
download | gsoc2013-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 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c index 9f36cf552..28725cc4a 100644 --- a/libempathy-gtk/empathy-contact-menu.c +++ b/libempathy-gtk/empathy-contact-menu.c @@ -245,7 +245,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))), |