aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gurpm.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-23 04:02:14 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-23 04:02:14 +0000
commitbc3db1db5ea592356218afc12b7d95c78e4bad3a (patch)
tree8e0ebe7b6ed5a20fc6f6c82e16adb8da17f23c00 /Rpmdrake/gurpm.pm
parent3f6f6aa978f927b8748a00180c79c3dd870d33de (diff)
downloadrpmdrake-bc3db1db5ea592356218afc12b7d95c78e4bad3a.tar
rpmdrake-bc3db1db5ea592356218afc12b7d95c78e4bad3a.tar.gz
rpmdrake-bc3db1db5ea592356218afc12b7d95c78e4bad3a.tar.bz2
rpmdrake-bc3db1db5ea592356218afc12b7d95c78e4bad3a.tar.xz
rpmdrake-bc3db1db5ea592356218afc12b7d95c78e4bad3a.zip
(init) further size window in order to prevent resizing
Diffstat (limited to 'Rpmdrake/gurpm.pm')
-rwxr-xr-xRpmdrake/gurpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/gurpm.pm b/Rpmdrake/gurpm.pm
index b10ca373..7af7e3a9 100755
--- a/Rpmdrake/gurpm.pm
+++ b/Rpmdrake/gurpm.pm
@@ -35,7 +35,7 @@ my $previous_main_window;
sub init {
my ($title, $initializing, %options) = @_;
- $mainw = ugtk2->new($title, %options, default_width => 600);
+ $mainw = ugtk2->new($title, %options, default_width => 600, width => 600);
$previous_main_window = $::main_window;
$::main_window = $mainw->{real_window};
$label = gtknew('Label', text => $initializing);