[pgadmin-hackers] compilation errors: wrong actions

2005-08-16 Thread Diego Gil
Hi, I noticed that refresh button and refresh menu item (F5) are connected to delete object action. Delete object button and menu item too, as should be. Trying to make a New Connection aborts pgadmin3 without any chance to cancel. Regards, Diego. ---(end of broadcast)

[pgadmin-hackers] compilation errors: dirty solution

2005-08-16 Thread Diego Gil
I could compile pgadmin3 after commenting out line 155 of src/frm/frmConfig.cpp: //menuFactories->RegisterMenu(this, wxCommandEventHandler(pgFrame::OnAction)); PgAdmin3 seems to be working ok after a quick test. What is supposed to do this line ?. What should I test ?. Diego. ---

[pgadmin-hackers] compilation error

2005-08-16 Thread Diego Gil
Hi, I am having some compilation errors with today's cvs checkout: . . . . . ../src/include/frmHelp.h:59: warning: 'class contentsFactory' has virtual functions but non-virtual destructor ../src/include/frmHelp.h:67: warning: 'class pgsqlHelpFactory' has virtual functions but non-virtual destruc