Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Edit suite problem


  • To: qmtest@xxxxxxxxxxxxxxxx
  • Subject: Re: [PATCH] Edit suite problem
  • From: Vladimir Prus <ghost@xxxxxxxxx>
  • Date: Wed, 6 Feb 2002 13:54:47 +0300

Vladimir Prus wrote:

> Further, EditSuite functionality seems to not work. 

There was a typo:

Index: qm/test/web/web.py
===================================================================
RCS file: /home/qm/Repository/qm/qm/test/web/web.py,v
retrieving revision 1.42.2.2
diff -u -r1.42.2.2 web.py
--- qm/test/web/web.py	2002/01/17 07:25:48	1.42.2.2
+++ qm/test/web/web.py	2002/02/06 10:50:32
@@ -722,7 +722,7 @@
         self.edit = edit
 
         if not suite.IsImplicit():
-            self.edit_menu_items.append(("Edit Suite", "edit_isuite();"))
+            self.edit_menu_items.append(("Edit Suite", "edit_suite();"))
             self.edit_menu_items.append(("Delete Suite", "delete_suite();"))
 
         if not edit:

- Volodya