]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-list-view.c
coding style fixes
[empathy.git] / libempathy-gtk / empathy-contact-list-view.c
index 3a3ac54545bad4e317b638ec10c616bf01c06396..9377fdb561f2a8ce96de134a51ee7caa56e7bee0 100644 (file)
@@ -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.