From 76a1e303b512edf369f74ec5152f00c2934e2cd8 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 10 Mar 2016 22:29:10 +0000 Subject: [PATCH] Fixed notify in python test plugin --- tests/python-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python-test.py b/tests/python-test.py index 4ac80ee..3c59598 100644 --- a/tests/python-test.py +++ b/tests/python-test.py @@ -87,7 +87,7 @@ def cmd_pythontest(arg1=None, arg2=None, arg3=None, arg4=None, arg5=None): create_win() prof.win_focus(plugin_win) prof.notify(arg2, 5000, "python-test plugin") - prof_win_show(plugin_win, "called -> prof.notify: " + arg2) + prof.win_show(plugin_win, "called -> prof.notify: " + arg2) else: prof.cons_bad_cmd_usage("/python-test") elif arg1 == "get":