Fix global name bug.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Thu, 8 Feb 2007 16:44:06 +0000 (16:44 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Thu, 8 Feb 2007 16:44:06 +0000 (16:44 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@843 959494ce-11ee-0310-bf91-de5d638817bd

cidnotify

index 023cbdb..698947b 100755 (executable)
--- 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()