From 171cc611ef2f74bbd51196c56a2eedef342f8c28 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Thu, 8 Jul 2010 11:51:53 -0700 Subject: Fix alignment. --- src/empathy-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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)); -- cgit v1.2.3