From 07359fb7b8cf28a6cd55f8c4c44b21627cd1d9aa Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Wed, 22 Feb 2012 21:29:14 -0500 Subject: [PATCH] Added label back to database connection column --- src/windows/main.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/windows/main.php b/src/windows/main.php index 3ca8a5b..6828fb3 100644 --- a/src/windows/main.php +++ b/src/windows/main.php @@ -195,6 +195,8 @@ class Main extends GtkWindow { $conn_vbox = new GtkVBox(); + $conn_vbox->pack_start($dblabel, FALSE, FALSE); + // Treeview to show database connections { // Create a Storage object for connection list