From: fredrik Date: Thu, 8 Feb 2007 16:44:06 +0000 (+0000) Subject: Fix global name bug. X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=commitdiff_plain;h=9797c81ccda21874f53b63af19473dcf9c2092f8 Fix global name bug. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@843 959494ce-11ee-0310-bf91-de5d638817bd --- 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()