diff options
author | Travis Reitter <treitter@gmail.com> | 2010-07-09 02:51:53 +0800 |
---|---|---|
committer | Travis Reitter <treitter@gmail.com> | 2010-07-21 07:12:37 +0800 |
commit | 171cc611ef2f74bbd51196c56a2eedef342f8c28 (patch) | |
tree | aa94a4f5ffe4c728a679e966ff258cd4e5f8941c /src/empathy-main-window.c | |
parent | a4421e0ebac291f3cb897f1ea0ff2839ec50d014 (diff) | |
download | gsoc2013-empathy-171cc611ef2f74bbd51196c56a2eedef342f8c28.tar gsoc2013-empathy-171cc611ef2f74bbd51196c56a2eedef342f8c28.tar.gz gsoc2013-empathy-171cc611ef2f74bbd51196c56a2eedef342f8c28.tar.bz2 gsoc2013-empathy-171cc611ef2f74bbd51196c56a2eedef342f8c28.tar.lz gsoc2013-empathy-171cc611ef2f74bbd51196c56a2eedef342f8c28.tar.xz gsoc2013-empathy-171cc611ef2f74bbd51196c56a2eedef342f8c28.tar.zst gsoc2013-empathy-171cc611ef2f74bbd51196c56a2eedef342f8c28.zip |
Fix alignment.
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index c5adf11f2..4c60c87a1 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -791,7 +791,7 @@ main_window_view_sort_contacts_cb (GtkRadioAction *action, group = gtk_radio_action_get_group (action); /* Get string from index */ - type = empathy_individual_store_sort_get_type (); + type = empathy_individual_store_sort_get_type (); enum_class = G_ENUM_CLASS (g_type_class_peek (type)); enum_value = g_enum_get_value (enum_class, g_slist_index (group, current)); |