Author: dpage
Date: 2005-06-08 14:14:46 +0100 (Wed, 08 Jun 2005)
New Revision: 4287
Modified:
trunk/pgadmin3/src/slony/slObject.cpp
Log:
Allow Slony node creation from Nodes() treeview node per Chris K-L.
Modified: trunk/pgadmin3/src/slony/slObject.cpp
===================================================================
--- trunk/pgadmin3/src/slony/slObject.cpp 2005-06-07 18:29:52 UTC (rev
4286)
+++ trunk/pgadmin3/src/slony/slObject.cpp 2005-06-08 13:14:46 UTC (rev
4287)
@@ -54,9 +54,9 @@
case SL_PATHS:
case SL_LISTENS:
case SL_SETS:
+ case SL_NODES:
return true;
-
- case SL_NODES:
+
default:
return false;
}
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly