Author: dpage
Date: 2005-05-25 14:35:52 +0100 (Wed, 25 May 2005)
New Revision: 4251

Modified:
   trunk/pgadmin3/src/include/frmMain.h
Log:
Return the real imagelist, not a dummy one to prevent exceptions when opening 
dialogues with security tabs in debug builds.

Modified: trunk/pgadmin3/src/include/frmMain.h
===================================================================
--- trunk/pgadmin3/src/include/frmMain.h        2005-05-25 13:33:31 UTC (rev 
4250)
+++ trunk/pgadmin3/src/include/frmMain.h        2005-05-25 13:35:52 UTC (rev 
4251)
@@ -55,7 +55,7 @@
     void SetDatabase(pgDatabase *newDatabase) { m_database = newDatabase; }
     void ShowStatistics(pgObject *data, int sel);
 
-    wxImageList *GetImageList() { return images; }
+    wxImageList *GetImageList() { return imageList; }
     wxTreeCtrl *GetBrowser() { return browser; }
     ctlSQLBox *GetSqlPane() { return sqlPane; }
     ctlListView *GetProperties() { return properties; }
@@ -73,7 +73,6 @@
     ctlSQLBox *sqlPane;
     wxMenu *newMenu, *toolsMenu, *viewMenu, *treeContextMenu, *newContextMenu, 
*slonyMenu;
     wxTreeItemId servers;
-       wxImageList *images;
     wxSplitterWindow *horizontal, *vertical;
 
     wxStopWatch stopwatch;


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to