From 719c6fda759bfbc491a03ed40c5713d483c72dc1 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Sat, 23 Nov 2013 08:30:09 +0100 Subject: Correct way of using enumeration --- modules/rpmdragora/rpmdragora | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/rpmdragora/rpmdragora') 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); -- cgit v1.2.1