Move widgets into their own folder

This commit is contained in:
Timothy Warren 2012-04-11 08:04:55 -04:00
parent eb695d6db5
commit cb6cc58655
2 changed files with 2 additions and 4 deletions

View File

@ -100,7 +100,7 @@ function do_include($path)
{
array_map('do_include', glob(BASE_DIR . "/common/*.php"));
array_map('do_include', glob(BASE_DIR . "/db/*.php"));
array_map('do_include', glob(BASE_DIR . "/windows/widgets/*.php"));
array_map('do_include', glob(BASE_DIR . "/widgets/*.php"));
array_map('do_include', glob(BASE_DIR . "/windows/*.php"));
}

View File

@ -86,9 +86,7 @@ class DB_tabs extends GTKNotebook {
// 'Databases' Tab
{
self::_add_tab($conn, 'Databases', 'Db Name', 'get_dbs', array(
'row-activated' => array(self::$instance, '_switch_db'),
));
self::_add_tab($conn, 'Databases', 'Db Name', 'get_dbs');
}
// 'Schemas' Tab