aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-06 11:27:04 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-06 11:27:04 +0000
commit773bfca1888100ecf09b274c1ce43b5572d5f9ff (patch)
tree02206179b1d5ae3e8820f8c755f85acb88c95723 /Rpmdrake
parentf9937cf2d47c0ef9af7cfa780fd18f4a024328c0 (diff)
downloadrpmdrake-773bfca1888100ecf09b274c1ce43b5572d5f9ff.tar
rpmdrake-773bfca1888100ecf09b274c1ce43b5572d5f9ff.tar.gz
rpmdrake-773bfca1888100ecf09b274c1ce43b5572d5f9ff.tar.bz2
rpmdrake-773bfca1888100ecf09b274c1ce43b5572d5f9ff.tar.xz
rpmdrake-773bfca1888100ecf09b274c1ce43b5572d5f9ff.zip
(mainwindow) set down/edit/remove/up buttons insensitive by default
Diffstat (limited to 'Rpmdrake')
-rwxr-xr-xRpmdrake/edit_urpm_sources.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm
index ac858737..f49f6c92 100755
--- a/Rpmdrake/edit_urpm_sources.pm
+++ b/Rpmdrake/edit_urpm_sources.pm
@@ -1063,6 +1063,8 @@ sub mainwindow() {
])
)
);
+ $_->set_sensitive(0) foreach $dw_button, $edit_button, $remove_button, $up_button;
+
$mainw->{rwindow}->set_size_request(600, -1);
$mainw->main;
return $something_changed;