From daa9ade6a35113ddaf77869f08f2472f134db076 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Mon, 17 Nov 2014 23:07:02 +0100 Subject: removed old comment --- modules/rpmdragora/dragoraUpdate | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/rpmdragora/dragoraUpdate b/modules/rpmdragora/dragoraUpdate index c37e256..e505be7 100755 --- a/modules/rpmdragora/dragoraUpdate +++ b/modules/rpmdragora/dragoraUpdate @@ -180,9 +180,7 @@ sub run_treeview_dialog { my $appTitle = yui::YUI::app()->applicationTitle(); -# TODO $w = ugtk2->new(N("Software Management")); - -## set new title to get it in dialog + ## set new title to get it in dialog yui::YUI::app()->setApplicationTitle($loc->N("Software Management")); ## set icon if not already set by external launcher yui::YUI::app()->setApplicationIcon("/usr/share/mcc/themes/default/MageiaUpdate.png"); @@ -349,7 +347,7 @@ sub run_treeview_dialog { elsif ($widget == $updateButton) { my $res = do_action({ tree_mode => 'all_updates' }, $callback_action); $initialized = 0 if !$res; - $num_pkgs = _refresh_packages_list($dialog, $packageTbl); + $num_pkgs = _refresh_packages_list($dialog, $packageTbl); } elsif ($widget == $helpButton) { } -- cgit v1.2.1