From dd66985d307f70b7d12098dacca6f56d31847be2 Mon Sep 17 00:00:00 2001 From: Matteo Pasotti Date: Tue, 10 Dec 2013 23:25:02 +0100 Subject: moving checkboxes to the first column --- 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 22b8256b..1a3b8d08 100755 --- a/modules/rpmdragora/rpmdragora +++ b/modules/rpmdragora/rpmdragora @@ -543,7 +543,7 @@ sub run_treeview_dialog { # it should be istanciated this way # $detail_list = $mgaFactory->createTable($hbox_middle,$detail_list_header,$yui::YTableCheckBoxOnLastColumn); - $detail_list = $mgaFactory->createCBTable($hbox_middle,$detail_list_header,$yui::YTableCheckBoxOnLastColumn); + $detail_list = $mgaFactory->createCBTable($hbox_middle,$detail_list_header,$yui::YTableCheckBoxOnFirstColumn); $detail_list->setWeight(0,50); $detail_list->setNotify(1); #OLD compute_main_window_size($w); -- cgit v1.2.1