diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-03-16 15:02:37 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-03-16 15:02:37 +0000 |
commit | 1944915ff698b237c9123b01fec720ab6264b895 (patch) | |
tree | 5cf12c2d0fc9ac68074ab6bd85b1e4b31a8bebbb /Master/tlpkg/TeXLive | |
parent | 1a5b6ae9e7fdc6dc4e99067d0789bce65a5fa21d (diff) |
Added TLWinGoo imports made necessary by use => require
git-svn-id: svn://tug.org/texlive/trunk@6977 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index 2bb9384b2a8..4f4d974a217 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -682,7 +682,7 @@ sub update_assocs() { my $update_fu = new Win32::API('shell32', 'SHChangeNotify', 'LIPP', 'V'); if ($update_fu) { tllog ($::LOG_DDEBUG, "Notifying changes in filetypes...\n"); - $update_fu->Call (SHCNE_ASSOCCHANGED, SHCNF_IDLIST, 0, 0) if $update_fu; + $update_fu->Call (SHCNE_ASSOCCHANGED, SHCNF_IDLIST, 0, 0); tllog ($::LOG_DDEBUG, "Done notifying\n"); } else { tllog ($::LOG_DDEBUG, "No update_fu\n"); |