You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2009/11/11 15:16:21 UTC

svn commit: r834893 - /qpid/branches/0.5.x-dev/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/queue/QueueOperationsTabControl.java

Author: robbie
Date: Wed Nov 11 14:16:20 2009
New Revision: 834893

URL: http://svn.apache.org/viewvc?rev=834893&view=rev
Log:
QPID-2193: add a warning note to the confirmation dialog

Modified:
    qpid/branches/0.5.x-dev/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/queue/QueueOperationsTabControl.java

Modified: qpid/branches/0.5.x-dev/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/queue/QueueOperationsTabControl.java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5.x-dev/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/queue/QueueOperationsTabControl.java?rev=834893&r1=834892&r2=834893&view=diff
==============================================================================
--- qpid/branches/0.5.x-dev/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/queue/QueueOperationsTabControl.java (original)
+++ qpid/branches/0.5.x-dev/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/queue/QueueOperationsTabControl.java Wed Nov 11 14:16:20 2009
@@ -392,7 +392,9 @@
                 public void widgetSelected(SelectionEvent se)
                 {
                     int response = ViewUtility.popupOkCancelConfirmationMessage("Delete 1st unacquired message", 
-                                                                                "Delete 1st unacquired message on the queue?");
+                                                                                "Delete 1st unacquired message on the queue?\n\n"
+                                                                              + "NOTE: Any ongoing consumer activity may mean this is "
+                                                                              + "not the first message listed in the table.");
                     if (response == SWT.OK)
                     {
                         try



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org