From ad1cc3ce5f2e21766e7cd0f05669e3510048eacb Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 13 Jul 2009 18:04:56 +0100 Subject: empathy-main-window.c: remove a trailing space --- src/empathy-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-main-window.c') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 4b1af853d..0e71229c5 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -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, -- cgit v1.2.3