diff options
author | Angelo Naselli <anaselli@linux.it> | 2013-11-23 08:30:09 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2013-11-23 08:30:09 +0100 |
commit | 719c6fda759bfbc491a03ed40c5713d483c72dc1 (patch) | |
tree | d9e68d437cdbf82198b59056f9cf20984d0406de /modules/rpmdragora | |
parent | ff569f1fe5490a1a735ec75d8439555c4c9911cf (diff) | |
download | colin-keep-719c6fda759bfbc491a03ed40c5713d483c72dc1.tar colin-keep-719c6fda759bfbc491a03ed40c5713d483c72dc1.tar.gz colin-keep-719c6fda759bfbc491a03ed40c5713d483c72dc1.tar.bz2 colin-keep-719c6fda759bfbc491a03ed40c5713d483c72dc1.tar.xz colin-keep-719c6fda759bfbc491a03ed40c5713d483c72dc1.zip |
Correct way of using enumeration
Diffstat (limited to 'modules/rpmdragora')
-rwxr-xr-x | modules/rpmdragora/rpmdragora | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/rpmdragora/rpmdragora b/modules/rpmdragora/rpmdragora index f11c2f7..6585d72 100755 --- a/modules/rpmdragora/rpmdragora +++ b/modules/rpmdragora/rpmdragora @@ -486,9 +486,9 @@ sub run_treeview_dialog { #$pixcolumn->set_sort_column_id($pkg_columns{state}); $detail_list_header->addColumn(N("Status")); - print $yui::YTableMode::YTableCheckBoxOnLastColumn; +### print " yui::YTableCheckBoxOnLastColumn ". $yui::YTableCheckBoxOnLastColumn . "\n" ; - $detail_list = $mgaFactory->createTable($hbox_middle,$detail_list_header,$yui::YTableMode::YTableCheckBoxOnLastColumn); + $detail_list = $mgaFactory->createTable($hbox_middle,$detail_list_header,$yui::YTableCheckBoxOnLastColumn); $detail_list->setWeight(0,50); $detail_list->setNotify(1); #OLD compute_main_window_size($w); |