Log Message:
-----------
Automatic selection of output tab when running
Modified Files:
--------------
pgadmin3/src/ui:
frmMaintenance.cpp (r1.7 -> r1.8)
Index: frmMaintenance.cpp
===================================================================
RCS file: /projects/pgadmin3/src/ui/frmMaintenance.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -Lsrc/ui/frmMaintenance.cpp -Lsrc/ui/frmMaintenance.cpp -u -w -r1.7 -r1.8
--- src/ui/frmMaintenance.cpp
+++ src/ui/frmMaintenance.cpp
@@ -32,6 +32,7 @@
EVT_CLOSE( frmMaintenance::OnClose)
END_EVENT_TABLE()
+#define nbNotebook CTRL_NOTEBOOK("nbNotebook")
#define rbxAction CTRL_RADIOBOX("rbxAction")
#define sbxOptions CTRL_STATICBOX("sbxOptions")
#define chkFull CTRL_CHECKBOX("chkFull")
@@ -197,6 +198,8 @@
wxLongLong startTime=wxGetLocalTimeMillis();
thread->Run();
+ nbNotebook->SetSelection(1);
+
while (thread && thread->IsRunning())
{
wxUsleep(10);
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend