summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksplash
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-05-22 22:15:32 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-05-22 22:15:32 +0000
commitab2aeea76b7885d13f33ba4be6e3660203a22a78 (patch)
tree3ba8f5029a1ff076d08977bdfd75885213de525f /perl-install/standalone/draksplash
parented342237df34a48124c9fbab1e8e5bc5db2abe5c (diff)
downloaddrakx-backup-do-not-use-ab2aeea76b7885d13f33ba4be6e3660203a22a78.tar
drakx-backup-do-not-use-ab2aeea76b7885d13f33ba4be6e3660203a22a78.tar.gz
drakx-backup-do-not-use-ab2aeea76b7885d13f33ba4be6e3660203a22a78.tar.bz2
drakx-backup-do-not-use-ab2aeea76b7885d13f33ba4be6e3660203a22a78.tar.xz
drakx-backup-do-not-use-ab2aeea76b7885d13f33ba4be6e3660203a22a78.zip
gtk+-2 specs prohibid playing with policy
Diffstat (limited to 'perl-install/standalone/draksplash')
-rwxr-xr-xperl-install/standalone/draksplash2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash
index 61cd50d98..cebc80d3b 100755
--- a/perl-install/standalone/draksplash
+++ b/perl-install/standalone/draksplash
@@ -493,7 +493,7 @@ sub kill_preview() {
sub show_prev {
my ($file, $txt_tl_x, $txt_tl_y, $txt_width, $txt_height, $prog_tl_x, $prog_tl_y, $prog_width, $prog_height) = @_;
$prev_window
- or $prev_window = new Gtk2::Window('toplevel') and $prev_window->set_policy(0, 1, 1);
+ or $prev_window = new Gtk2::Window('toplevel');
#-PO First %s is theme name, second %s (in parenthesis) is resolution
$prev_window->set_title(N("%s BootSplash (%s) preview", $theme{name}, $theme{res}{res}));
$prev_pic = gtkcreate_pixbuf($file);