From d076acea4a244bf2b4209920dc99916443502bdd Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 16 Aug 2004 01:58:52 +0000 Subject: Optionally use zenity instead of gchooser if found, it's much prettier --- urpm/msg.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm') diff --git a/urpm/msg.pm b/urpm/msg.pm index 1957916f..308deda3 100644 --- a/urpm/msg.pm +++ b/urpm/msg.pm @@ -35,6 +35,7 @@ sub log_it { sub to_utf8 { Locale::gettext::iconv($_[0], undef, "UTF-8") } +#- this function returns a value via $?. this is evil; FIXME (and use zenity) sub gmessage { my ($msg, %params) = @_; my $ok = to_utf8($params{ok} || N("Ok")); -- cgit v1.2.1