]> git.0d.be Git - empathy.git/commitdiff
empathy-main-window.c: remove a trailing space
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 13 Jul 2009 17:04:56 +0000 (18:04 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 13 Jul 2009 17:04:56 +0000 (18:04 +0100)
src/empathy-main-window.c

index 4b1af853d55680a95cddff43f6035bded66b0611..0e71229c5076a4ab218b1849bc318f801fa13ad6 100644 (file)
@@ -739,7 +739,7 @@ main_window_notify_sort_contact_cb (EmpathyConf       *conf,
                enum_class = G_ENUM_CLASS (g_type_class_peek (type));
                enum_value = g_enum_get_value_by_nick (enum_class, str);
                if (enum_value) {
-                       /* By changing the value of the GtkRadioAction, 
+                       /* By changing the value of the GtkRadioAction,
                           it emits a signal that calls main_window_view_sort_contacts_cb
                           which updates the contacts list */
                        gtk_radio_action_set_current_value (window->sort_by_name,