SVN Commit by andreas: r4435 - trunk/pgadmin3/src/schema - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by andreas: r4435 - trunk/pgadmin3/src/schema
Date
Msg-id 200509101800.j8AI0hhe011269@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: andreas
Date: 2005-09-10 19:00:42 +0100 (Sat, 10 Sep 2005)
New Revision: 4435

Modified:
   trunk/pgadmin3/src/schema/pgSchema.cpp
Log:
fix missing rules

Modified: trunk/pgadmin3/src/schema/pgSchema.cpp
===================================================================
--- trunk/pgadmin3/src/schema/pgSchema.cpp    2005-09-10 17:31:11 UTC (rev 4434)
+++ trunk/pgadmin3/src/schema/pgSchema.cpp    2005-09-10 18:00:42 UTC (rev 4435)
@@ -243,6 +243,7 @@
     schema = sch;
     database = schema->GetDatabase();
     server= database->GetServer();
+    iSetOid(sch->GetOid());
 }




pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Appropriate wxLongLong method?
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4436 - trunk/pgadmin3/src/include/images