From 9261b441cda3e0e2bfefa9fd9904de335046e599 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 24 Sep 2008 09:24:17 +0000 Subject: fix crash in heartily failed attempt to set dialog hint... --- gurpmi.addmedia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gurpmi.addmedia b/gurpmi.addmedia index 0b6b5eb6..ad3b104a 100755 --- a/gurpmi.addmedia +++ b/gurpmi.addmedia @@ -52,7 +52,7 @@ use urpm::media; use common; use any; -any::set_wm_hints_if_needed($in); +any::set_wm_hints_if_needed(); require_root_capability(); -- cgit v1.2.1