diff --git a/src/databases/db_pdo.php b/src/databases/db_pdo.php new file mode 100644 index 0000000..386bcda --- /dev/null +++ b/src/databases/db_pdo.php @@ -0,0 +1,14 @@ +show_all(); -//Start the GTK event loop +// Start the GTK event loop GTK::main(); \ No newline at end of file diff --git a/src/windows/main.php b/src/windows/main.php index 0ca9c07..24c9f3a 100644 --- a/src/windows/main.php +++ b/src/windows/main.php @@ -14,6 +14,11 @@ class Main extends GtkWindow { function __construct() { parent::__construct(); + + $this->set_title('OpenSQLManager'); + + // Quit when this window is closed + $this->connect_simple('destroy', array('gtk', 'main_quit')); } } \ No newline at end of file