From 9797c81ccda21874f53b63af19473dcf9c2092f8 Mon Sep 17 00:00:00 2001 From: fredrik Date: Thu, 8 Feb 2007 16:44:06 +0000 Subject: [PATCH] Fix global name bug. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@843 959494ce-11ee-0310-bf91-de5d638817bd --- cidnotify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cidnotify b/cidnotify index 023cbdb..698947b 100755 --- a/cidnotify +++ b/cidnotify @@ -72,7 +72,7 @@ def closet2n(): t2n = None def close(): - global notif, curnum, lastring + global notif, curnum, lastring, name closet2n() if notif is not None: notif.close() -- 2.11.0