From bc2f25ad21d06a990092252bcdfa1801c4956339 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 18 Jan 2005 15:55:55 +0000 Subject: Don't show the 'View' menu for now --- rpmdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmdrake b/rpmdrake index 4af1afe2..ecfda293 100755 --- a/rpmdrake +++ b/rpmdrake @@ -1116,7 +1116,7 @@ Is it ok to continue?", $options->{rebuild_tree}->(); }, undef, '', 'gtk-default' ], [ N("/_File") . N("/_Quit"), undef, sub { Gtk2->main_quit }, undef, '', 'gtk-default' ], - [ N("/_View"), undef, undef, undef, '' ], + #[ N("/_View"), undef, undef, undef, '' ], if_(!$>, [ N("/_Options"), undef, undef, undef, '' ], [ N("/_Options") . N("/_Show automatically selected packages"), undef, sub { -- cgit v1.2.1