[gnome-control-center] keyboard: Fix some alignment



commit 159b81dd679682027a2f641a0ede71715b343b14
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Wed Aug 24 17:02:22 2011 +0200

    keyboard: Fix some alignment

 panels/keyboard/keyboard-shortcuts.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/panels/keyboard/keyboard-shortcuts.c b/panels/keyboard/keyboard-shortcuts.c
index 4ad4848..b518a2c 100644
--- a/panels/keyboard/keyboard-shortcuts.c
+++ b/panels/keyboard/keyboard-shortcuts.c
@@ -1753,10 +1753,10 @@ setup_dialog (CcPanel *panel, GtkBuilder *builder)
 
   /* Setup the section treeview */
   treeview = GTK_TREE_VIEW (gtk_builder_get_object (builder, "section_treeview"));
- gtk_tree_view_set_row_separator_func (GTK_TREE_VIEW (treeview),
-                                       sections_separator_func,
-                                       panel,
-                                       NULL);
+  gtk_tree_view_set_row_separator_func (GTK_TREE_VIEW (treeview),
+					sections_separator_func,
+					panel,
+					NULL);
 
   renderer = gtk_cell_renderer_text_new ();
   column = gtk_tree_view_column_new_with_attributes (_("Section"),



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