changeset fe87434867d1 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=fe87434867d1
description: Fixed a bug with a raw commands

diffstat:

 src/commands/framework.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 67c1a9751347 -r fe87434867d1 src/commands/framework.py
--- a/src/commands/framework.py Sun Sep 27 11:52:51 2009 +0200
+++ b/src/commands/framework.py Mon Sep 28 08:20:24 2009 +0300
@@ -531,6 +531,7 @@
                     args.append((raw, (end, arguments_end)))
                 elif spec_len == 1:
                     args = [(arguments, (0, arguments_end))]
+                    opts = []
                 else:
                     raise InternalError("Raw command must define a collector")
             else:
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to