aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-07-14 01:04:56 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-07-14 01:04:56 +0800
commitad1cc3ce5f2e21766e7cd0f05669e3510048eacb (patch)
treed8fa21354e8181a6623cd18b13a7b09244977350 /src
parentecdfee8677647e73662dd86e512c9c36772a282f (diff)
downloadgsoc2013-empathy-ad1cc3ce5f2e21766e7cd0f05669e3510048eacb.tar
gsoc2013-empathy-ad1cc3ce5f2e21766e7cd0f05669e3510048eacb.tar.gz
gsoc2013-empathy-ad1cc3ce5f2e21766e7cd0f05669e3510048eacb.tar.bz2
gsoc2013-empathy-ad1cc3ce5f2e21766e7cd0f05669e3510048eacb.tar.lz
gsoc2013-empathy-ad1cc3ce5f2e21766e7cd0f05669e3510048eacb.tar.xz
gsoc2013-empathy-ad1cc3ce5f2e21766e7cd0f05669e3510048eacb.tar.zst
gsoc2013-empathy-ad1cc3ce5f2e21766e7cd0f05669e3510048eacb.zip
empathy-main-window.c: remove a trailing space
Diffstat (limited to 'src')
-rw-r--r--src/empathy-main-window.c2
1 files changed, 1 insertions, 1 deletions
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,