SVN Commit by dpage: r4581 - in trunk/pgadmin3: . src/main - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r4581 - in trunk/pgadmin3: . src/main
Date
Msg-id 200510201425.j9KEPa7j012431@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage
Date: 2005-10-20 15:25:35 +0100 (Thu, 20 Oct 2005)
New Revision: 4581

Modified:
   trunk/pgadmin3/CHANGELOG.txt
   trunk/pgadmin3/src/main/dlgClasses.cpp
Log:
Ensure the user can cancel the maintenance dialogue when it is running.

Modified: trunk/pgadmin3/CHANGELOG.txt
===================================================================
--- trunk/pgadmin3/CHANGELOG.txt    2005-10-20 14:12:45 UTC (rev 4580)
+++ trunk/pgadmin3/CHANGELOG.txt    2005-10-20 14:25:35 UTC (rev 4581)
@@ -17,6 +17,8 @@
 </ul>
 <br>
 <ul>
+<<<<<<< .mine
+    <li>2005-10-20 DP  1.4B4 Ensure the user can cancel the maintenance dialogue when it is running.
     <li>2005-10-20 DP  1.4B4 Fix the recent files list on the config file editor. (r: Miha Radej)
     <li>2005-10-18 DP  1.4B3 Correct font size on Splash and About forms on Mac.
     <li>2005-10-18 AP  1.4B3 Prevent refresh of the servers treeview node

Modified: trunk/pgadmin3/src/main/dlgClasses.cpp
===================================================================
--- trunk/pgadmin3/src/main/dlgClasses.cpp    2005-10-20 14:12:45 UTC (rev 4580)
+++ trunk/pgadmin3/src/main/dlgClasses.cpp    2005-10-20 14:25:35 UTC (rev 4581)
@@ -449,7 +449,7 @@
             // here could be the animation
             if (txtMessages)
                 txtMessages->AppendText(thread->GetMessagesAndClear());
-            wxSafeYield();
+            wxSafeYield(this);
         }

         if (thread)


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4580 - trunk/pgadmin3/src/include
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4582 - in trunk/pgadmin3: . src/schema