From d860f38ce6e6aa0bc576a70f4d59901bd9aaaf88 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Sun, 24 Nov 2013 16:38:45 +0100 Subject: MGA yui plugin implements createCBTable now --- modules/rpmdragora/rpmdragora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/rpmdragora') diff --git a/modules/rpmdragora/rpmdragora b/modules/rpmdragora/rpmdragora index ae8bcff6..9a061096 100755 --- a/modules/rpmdragora/rpmdragora +++ b/modules/rpmdragora/rpmdragora @@ -488,7 +488,7 @@ sub run_treeview_dialog { ### print " yui::YTableCheckBoxOnLastColumn ". $yui::YTableCheckBoxOnLastColumn . "\n" ; - $detail_list = $mgaFactory->createTable($hbox_middle,$detail_list_header,$yui::YTableCheckBoxOnLastColumn); + $detail_list = $mgaFactory->createCBTable($hbox_middle,$detail_list_header,$yui::YTableCheckBoxOnLastColumn); $detail_list->setWeight(0,50); $detail_list->setNotify(1); #OLD compute_main_window_size($w); -- cgit v1.2.1