]> git.0d.be Git - empathy.git/commitdiff
Fix alignment.
authorTravis Reitter <treitter@gmail.com>
Thu, 8 Jul 2010 18:51:53 +0000 (11:51 -0700)
committerTravis Reitter <treitter@gmail.com>
Tue, 20 Jul 2010 23:12:37 +0000 (16:12 -0700)
src/empathy-main-window.c

index c5adf11f2165faf3d806ef3e152460164a669581..4c60c87a1389ada429b59eb195ad4e16e90b9c47 100644 (file)
@@ -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));