diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-12-02 23:39:30 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-12-02 23:39:30 +0100 |
commit | 4a68219789694ea685b189d2a2d2975c5592a3d2 (patch) | |
tree | 86379e074a874c730a4e761e3447af3e0b1af13a /lib/AdminPanel/Rpmdragora/gurpm.pm | |
parent | 6c66db7463a625be1a0b9e3586a100105e5f95ae (diff) | |
download | manatools-4a68219789694ea685b189d2a2d2975c5592a3d2.tar manatools-4a68219789694ea685b189d2a2d2975c5592a3d2.tar.gz manatools-4a68219789694ea685b189d2a2d2975c5592a3d2.tar.bz2 manatools-4a68219789694ea685b189d2a2d2975c5592a3d2.tar.xz manatools-4a68219789694ea685b189d2a2d2975c5592a3d2.zip |
Fix package selection
Diffstat (limited to 'lib/AdminPanel/Rpmdragora/gurpm.pm')
-rw-r--r-- | lib/AdminPanel/Rpmdragora/gurpm.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AdminPanel/Rpmdragora/gurpm.pm b/lib/AdminPanel/Rpmdragora/gurpm.pm index b5eb1b29..0c7dd6f7 100644 --- a/lib/AdminPanel/Rpmdragora/gurpm.pm +++ b/lib/AdminPanel/Rpmdragora/gurpm.pm @@ -78,6 +78,7 @@ sub flush { sub label { my ($self, $label) = @_; + $self->{mainw}->startMultipleChanges(); $self->{label}->setValue($label) if $label; #select(undef, undef, undef, 0.1); #- hackish :-( $self->flush(); |