]> git.dolda2000.com Git - utils.git/commitdiff
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 023cbdb09f6b9a2789f73d1e91dafb363f527f6c..698947bc1b12e819e0560cc6412642765b706a14 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()