From e3e1a5c330aea4ccdf092abcf0d624ab11056802 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 8 Jun 2012 18:52:30 +0000 Subject: drop support for --gui (now useless) --- NEWS | 1 + urpm/args.pm | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9b492de4..a6c141a1 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ - o make 'basename' option work again for rpmdrake - urpmi: o do not try to run gmessage as gtkdialogs is not packaged in Mga + o drop support for --gui (no more used by drakx) o heavy refactorization - urpmf: o fix -m option not showing media names (mga#5916) diff --git a/urpm/args.pm b/urpm/args.pm index c66db9de..ce0b9150 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -88,7 +88,6 @@ my %options_spec = ( 'synthesis=s' => \$options{synthesis}, auto => sub { $urpm->{options}{auto} = 1 }, 'allow-medium-change' => \$::allow_medium_change, - 'gui' => \$::gui, 'auto-select' => \$::auto_select, 'auto-update' => sub { $::auto_update = $::auto_select = 1 }, 'auto-orphans' => \$options{auto_orphans}, -- cgit v1.2.1