summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm
index 094f3617e..f878e42d9 100644
--- a/perl-install/install/gtk.pm
+++ b/perl-install/install/gtk.pm
@@ -164,7 +164,7 @@ sub create_steps_window {
)
);
- $root_window->set_position(GTK_WIN_POS_CENTER_ALWAYS);
+ $root_window->set_position('GTK_WIN_POS_CENTER_ALWAYS');
$root_window->show_all;
}