diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-05-22 22:15:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-05-22 22:15:32 +0000 |
commit | ab2aeea76b7885d13f33ba4be6e3660203a22a78 (patch) | |
tree | 3ba8f5029a1ff076d08977bdfd75885213de525f /perl-install/standalone/draksplash | |
parent | ed342237df34a48124c9fbab1e8e5bc5db2abe5c (diff) | |
download | drakx-ab2aeea76b7885d13f33ba4be6e3660203a22a78.tar drakx-ab2aeea76b7885d13f33ba4be6e3660203a22a78.tar.gz drakx-ab2aeea76b7885d13f33ba4be6e3660203a22a78.tar.bz2 drakx-ab2aeea76b7885d13f33ba4be6e3660203a22a78.tar.xz drakx-ab2aeea76b7885d13f33ba4be6e3660203a22a78.zip |
gtk+-2 specs prohibid playing with policy
Diffstat (limited to 'perl-install/standalone/draksplash')
-rwxr-xr-x | perl-install/standalone/draksplash | 2 |
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); |