Re: [pgadmin-hackers] OnInit & InitPaths

2005-05-10 Thread Andreas Pflug
Florian Pflug wrote: Hi The move of some code from OnInit to InitPaths (in pgAppBase) broke the OSX version, because on OSX we want to add some directories inside the bundle to the path (To be able to ship the slony-sql-scripts, and pg_dump with pgadmin - Currently, it's not added to the bundle, bu

[pgadmin-hackers] OnInit & InitPaths

2005-05-10 Thread Florian Pflug
Hi The move of some code from OnInit to InitPaths (in pgAppBase) broke the OSX version, because on OSX we want to add some directories inside the bundle to the path (To be able to ship the slony-sql-scripts, and pg_dump with pgadmin - Currently, it's not added to the bundle, but I plan to do this)