aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Rpmdragora/gui.pm
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-11-17 23:07:36 +0100
committerAngelo Naselli <anaselli@linux.it>2014-11-17 23:07:36 +0100
commit28b00cc62d1ab52ef450fcd8a6a6fd0116bb51f0 (patch)
tree29100ec385988db5025508d24a95d55ad15eb513 /lib/AdminPanel/Rpmdragora/gui.pm
parentdaa9ade6a35113ddaf77869f08f2472f134db076 (diff)
downloadcolin-keep-28b00cc62d1ab52ef450fcd8a6a6fd0116bb51f0.tar
colin-keep-28b00cc62d1ab52ef450fcd8a6a6fd0116bb51f0.tar.gz
colin-keep-28b00cc62d1ab52ef450fcd8a6a6fd0116bb51f0.tar.bz2
colin-keep-28b00cc62d1ab52ef450fcd8a6a6fd0116bb51f0.tar.xz
colin-keep-28b00cc62d1ab52ef450fcd8a6a6fd0116bb51f0.zip
info is a label or richtext (more gtk cleanup)
Diffstat (limited to 'lib/AdminPanel/Rpmdragora/gui.pm')
-rw-r--r--lib/AdminPanel/Rpmdragora/gui.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AdminPanel/Rpmdragora/gui.pm b/lib/AdminPanel/Rpmdragora/gui.pm
index 36f6528..4065051 100644
--- a/lib/AdminPanel/Rpmdragora/gui.pm
+++ b/lib/AdminPanel/Rpmdragora/gui.pm
@@ -1457,7 +1457,7 @@ Do you really want to install all the selected packages?"), yesno => 1)
$size_selected = 0;
(undef, $size_free) = MDK::Common::System::df('/usr');
$options->{rebuild_tree}->() if $options->{rebuild_tree};
- gtktext_insert($o_info, '') if $o_info;
+ $o_info->setValue("") if $o_info;
}
$res;
}