[empathy] Fix alignment.



commit 171cc611ef2f74bbd51196c56a2eedef342f8c28
Author: Travis Reitter <treitter gmail com>
Date:   Thu Jul 8 11:51:53 2010 -0700

    Fix alignment.

 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 c5adf11..4c60c87 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));
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]