diff options
author | Angelo Naselli <anaselli@linux.it> | 2013-11-24 16:38:45 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2013-11-24 16:38:45 +0100 |
commit | d860f38ce6e6aa0bc576a70f4d59901bd9aaaf88 (patch) | |
tree | 33bda017e031d0fabfd9a61541473356c196d733 /modules/rpmdragora | |
parent | 3ef5f72e383689e2908428af36e4d7e02c1ace30 (diff) | |
download | colin-keep-d860f38ce6e6aa0bc576a70f4d59901bd9aaaf88.tar colin-keep-d860f38ce6e6aa0bc576a70f4d59901bd9aaaf88.tar.gz colin-keep-d860f38ce6e6aa0bc576a70f4d59901bd9aaaf88.tar.bz2 colin-keep-d860f38ce6e6aa0bc576a70f4d59901bd9aaaf88.tar.xz colin-keep-d860f38ce6e6aa0bc576a70f4d59901bd9aaaf88.zip |
MGA yui plugin implements createCBTable now
Diffstat (limited to 'modules/rpmdragora')
-rwxr-xr-x | modules/rpmdragora/rpmdragora | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rpmdragora/rpmdragora b/modules/rpmdragora/rpmdragora index ae8bcff..9a06109 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); |