aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-21 21:15:18 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-21 21:15:18 +0800
commit7490e07615a360c73cf204f6023298785eefe183 (patch)
tree4731d4ca42a08752d5150a52109f479a428d9829 /libempathy-gtk
parentb5f65eef4dc95e0b8ba141c00a4e731e97c893cc (diff)
downloadgsoc2013-empathy-7490e07615a360c73cf204f6023298785eefe183.tar
gsoc2013-empathy-7490e07615a360c73cf204f6023298785eefe183.tar.gz
gsoc2013-empathy-7490e07615a360c73cf204f6023298785eefe183.tar.bz2
gsoc2013-empathy-7490e07615a360c73cf204f6023298785eefe183.tar.lz
gsoc2013-empathy-7490e07615a360c73cf204f6023298785eefe183.tar.xz
gsoc2013-empathy-7490e07615a360c73cf204f6023298785eefe183.tar.zst
gsoc2013-empathy-7490e07615a360c73cf204f6023298785eefe183.zip
coding style fixes
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-list-view.c2
-rw-r--r--libempathy-gtk/empathy-ui-utils.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index 3a3ac5454..9377fdb56 100644
--- a/libempathy-gtk/empathy-contact-list-view.c
+++ b/libempathy-gtk/empathy-contact-list-view.c
@@ -833,7 +833,7 @@ contact_list_view_popup_menu_idle_cb (gpointer user_data)
NULL, NULL, NULL, NULL,
data->button, data->time);
- /* menu is initially unowned but gtk_menu_attach_to_widget() taked its
+ /* menu is initially unowned but gtk_menu_attach_to_widget () taked its
* floating ref. We can either wait that the treeview releases its ref
* when it will be destroyed (when leaving Empathy) or explicitely
* detach the menu when it's not displayed any more.
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c
index ee9ae763b..4d9f4d4c7 100644
--- a/libempathy-gtk/empathy-ui-utils.c
+++ b/libempathy-gtk/empathy-ui-utils.c
@@ -1931,7 +1931,7 @@ empathy_context_menu_new (GtkWidget *attach_to)
gtk_menu_attach_to_widget (GTK_MENU (menu), attach_to, NULL);
- /* menu is initially unowned but gtk_menu_attach_to_widget() taked its
+ /* menu is initially unowned but gtk_menu_attach_to_widget () taked its
* floating ref. We can either wait that @attach_to releases its ref when
* it will be destroyed (when leaving Empathy most of the time) or explicitely
* detach the menu when it's not displayed any more.