Hi,

# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Index
+++ Modified In Working Tree
@@ -99,6 +99,13 @@

        seclabelPage = new ctlSeclabelPanel(nbNotebook);

+       connection = schema->GetConnection();
+       if (connection->BackendMinimumVersion(9, 1))
+       {
+               seclabelPage->SetConnection(connection);
+               seclabelPage->SetObject(type);
+       }
+
        lstMembers->CreateColumns(0, _("Member"), _("Data type"), 
_("Collation"), -1);
        lstLabels->InsertColumn(0, _("Label"), wxLIST_FORMAT_LEFT,
GetClientSize().GetWidth());


Best regards,
Vladimir Kokovic, DP senior, Belgrade, Serbia

-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to