summaryrefslogtreecommitdiffstats
path: root/gurpmi.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-04-24 19:34:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-04-24 19:34:32 +0000
commit4df7583caa71a35d6d68c373fc0c62d1be6d955b (patch)
treebddf36169b314d82ff20036dea7e47fa4fec5bcd /gurpmi.pm
parent7a606ec3537b2f465f8e06e99b445c756bfcca8f (diff)
downloadurpmi-4df7583caa71a35d6d68c373fc0c62d1be6d955b.tar
urpmi-4df7583caa71a35d6d68c373fc0c62d1be6d955b.tar.gz
urpmi-4df7583caa71a35d6d68c373fc0c62d1be6d955b.tar.bz2
urpmi-4df7583caa71a35d6d68c373fc0c62d1be6d955b.tar.xz
urpmi-4df7583caa71a35d6d68c373fc0c62d1be6d955b.zip
re-sync after the big svn loss
Diffstat (limited to 'gurpmi.pm')
-rw-r--r--gurpmi.pm11
1 files changed, 1 insertions, 10 deletions
diff --git a/gurpmi.pm b/gurpmi.pm
index f0c5aa4c..5660989e 100644
--- a/gurpmi.pm
+++ b/gurpmi.pm
@@ -21,6 +21,7 @@ use urpm;
use strict;
use Gtk2;
use urpm::util;
+use urpm::msg;
use Exporter;
our @ISA = qw(Exporter);
@@ -116,16 +117,6 @@ sub new_label {
}
}
-sub N {
- my ($format, @params) = @_;
- my $r = sprintf(
- eval { Locale::gettext::gettext($format || '') } || $format,
- @params,
- );
- Locale::gettext::iconv($r, undef, "UTF-8");
-}
-
-
# copied from ugtk2:
sub create_scrolled_window {
my ($W, $o_policy, $o_viewport_shadow) = @_;