PGSQL INTERFACES PGADMIN HACKERS 15 CVS COMMIT BY ANDREAS FIX MISSING DROP CONFIRMATION
From: cvs@no-spam
Subject: CVS Commit by andreas: Fix missing drop confirmation
Date: Fri, 10 Dec 2004 11:02:27 GMT


Log Message:
-----------
Fix missing drop confirmation
Modified Files:
--------------
pgadmin3/src/ui:
events.cpp (r1.120 -> r1.121)

Index: events.cpp ===================================================================
RCS file: /projects/pgadmin3/src/ui/events.cpp,v retrieving revision 1.120
retrieving revision 1.121
diff -Lsrc/ui/events.cpp -Lsrc/ui/events.cpp -u -w -r1.120 -r1.121
--- src/ui/events.cpp +++ src/ui/events.cpp @@no-spam -1197,7 +1197,7 @@no-spam if (properties->GetSelectedItemCount() == 1)
{
- dropSingleObject(data, false);
+ dropSingleObject(data, true);
}
else {
[plaintext cvs-2004121011227-diff.txt]

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend