summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/gui/control.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/gui/control.c b/bin/gui/control.c
index 95f7525..bc1931b 100644
--- a/bin/gui/control.c
+++ b/bin/gui/control.c
@@ -1366,11 +1366,11 @@ main (int argc, char *argv[])
g_warning ("Cannot load UI: `%s'. Trying in current working directory.", error->message);
g_error_free (error);
error = NULL;
- }
- if (!gtk_builder_add_from_file (builder, "control.glade", &error)) {
- g_warning ("Cannot load UI: `%s'.", error->message);
- return 1;
+ if (!gtk_builder_add_from_file (builder, "control.glade", &error)) {
+ g_warning ("Cannot load UI: `%s'.", error->message);
+ return 1;
+ }
}
plugin_manager = uca_plugin_manager_new ();