summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center8
1 files changed, 5 insertions, 3 deletions
diff --git a/control-center b/control-center
index a251ffa6..a67d026d 100755
--- a/control-center
+++ b/control-center
@@ -569,6 +569,11 @@ if (scalar glob_("$more_wizard_dir/*.conf")) {
#-------------------------------------------------------------
# let build the GUI
+
+my $align = mygtk2::text_direction_rtl() ? "right" : "justify";
+my $align2 = mygtk2::text_direction_rtl() ? "right" : "left";
+
+
# main window :
my ($timeout, %check_boxes, $emb_socket);
@@ -748,9 +753,6 @@ my %tool_callbacks;
my ($page_count);
-my $align = mygtk2::text_direction_rtl() ? "right" : "justify";
-my $align2 = mygtk2::text_direction_rtl() ? "right" : "left";
-
my $conf_file = '/etc/sysconfig/mcc.conf';
foreach (cat_($conf_file)) {