Author: bugman
Date: Sat May  5 23:24:00 2012
New Revision: 16017

URL: http://svn.gna.org/viewcvs/relax?rev=16017&view=rev
Log:
General clean up.


Modified:
    branches/uf_redesign/user_functions/pipe.py

Modified: branches/uf_redesign/user_functions/pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/pipe.py?rev=16017&r1=16016&r2=16017&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/pipe.py (original)
+++ branches/uf_redesign/user_functions/pipe.py Sat May  5 23:24:00 2012
@@ -60,7 +60,6 @@
         desc = "The name of the target data pipe to copy the data to.",
         can_be_none = True
 )
-uf.backend = pipes.copy
 uf.desc = """
 This allows the contents of a data pipe to be copied.  If the source data pipe 
is not set, the current data pipe will be assumed.  The target data pipe must 
not yet exist.
 """
@@ -74,6 +73,7 @@
 
 relax> pipe.copy(pipe_to='m2')
 """
+uf.backend = pipes.copy
 uf.menu_text = "&copy"
 uf.gui_icon = "oxygen.actions.list-add"
 uf.wizard_image = WIZARD_IMAGE_PATH + 'pipe.png'
@@ -154,10 +154,10 @@
         wiz_combo_iter = pipes.pipe_names,
         can_be_none = True
 )
+uf.desc = """
+This will permanently remove the data pipe and all of its contents from the 
relax data store.  If the pipe name is not given, then all data pipes will be 
deleted.
+"""
 uf.backend = pipes.delete
-uf.desc = """
-This will permanently remove the data pipe and all of its contents from the 
relax data store.  If the pipe name is not given, then all data pipes will be 
deleted.
-"""
 uf.menu_text = "&delete"
 uf.gui_icon = "oxygen.actions.list-remove"
 uf.wizard_image = WIZARD_IMAGE_PATH + 'pipe.png'


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to