From 1944915ff698b237c9123b01fec720ab6264b895 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Sun, 16 Mar 2008 15:02:37 +0000 Subject: Added TLWinGoo imports made necessary by use => require git-svn-id: svn://tug.org/texlive/trunk@6977 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLWinGoo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/TeXLive/TLWinGoo.pm') 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"); -- cgit v1.2.3