summaryrefslogtreecommitdiff
path: root/capplets/keyboard/mate-keyboard-properties.c
diff options
context:
space:
mode:
authorMonsta <[email protected]>2014-12-18 10:55:37 +0300
committerMonsta <[email protected]>2014-12-18 10:55:37 +0300
commit6e206e57b0be2d878afcf0ae213206c16a44161e (patch)
tree743a1a362b1f4c3843d183fb025f6d68ef92ca38 /capplets/keyboard/mate-keyboard-properties.c
parente2470c4ff9a9f90f884fcb1ca9ecc1fbb206a393 (diff)
downloadmate-control-center-6e206e57b0be2d878afcf0ae213206c16a44161e.tar.bz2
mate-control-center-6e206e57b0be2d878afcf0ae213206c16a44161e.tar.xz
mate-keyboard-properties: fix indentation
Diffstat (limited to 'capplets/keyboard/mate-keyboard-properties.c')
-rw-r--r--capplets/keyboard/mate-keyboard-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties.c b/capplets/keyboard/mate-keyboard-properties.c
index f789e7a6..667c55cd 100644
--- a/capplets/keyboard/mate-keyboard-properties.c
+++ b/capplets/keyboard/mate-keyboard-properties.c
@@ -61,7 +61,7 @@ create_dialog (void)
static const gchar *uifile = MATECC_UI_DIR "/mate-keyboard-properties-dialog.ui";
dialog = gtk_builder_new ();
- if (gtk_builder_add_from_file (dialog, uifile, &error) == 0) {
+ if (gtk_builder_add_from_file (dialog, uifile, &error) == 0) {
g_warning ("Could not load UI: %s", error->message);
g_error_free (error);
g_object_unref (dialog);