diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-25 15:59:44 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-05 14:16:08 +0100 |
commit | 803063bb8508d6c89df0d3fcd6b8a17a62f056b4 (patch) | |
tree | 65c396c890df0011e3d4b2be150398a05280300b | |
parent | 62e5e09bf3bde530969b34d6027eda4e1c23b580 (diff) | |
download | rpmdrake-803063bb8508d6c89df0d3fcd6b8a17a62f056b4.tar rpmdrake-803063bb8508d6c89df0d3fcd6b8a17a62f056b4.tar.gz rpmdrake-803063bb8508d6c89df0d3fcd6b8a17a62f056b4.tar.bz2 rpmdrake-803063bb8508d6c89df0d3fcd6b8a17a62f056b4.tar.xz rpmdrake-803063bb8508d6c89df0d3fcd6b8a17a62f056b4.zip |
kill doble commented out branch
-rwxr-xr-x | rpmdrake | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -596,7 +596,6 @@ sub run_treeview_dialog { [ N("_File") . N("_Reset the selection"), undef, sub { reset_selection($tree) }, undef, '<Item>' ], [ N("_File") . N("Reload the _packages list"), undef, $reload_db_and_clear_all, undef, '<Item>' ], [ N("_File") . N("_Quit"), N("<control>Q"), \&quit, undef, '<Item>', ], - #[ N("_View"), undef, undef, undef, '<Branch>' ], if_(!$>, [ N("_Options"), undef, undef, undef, '<Branch>' ], [ $auto_select_string, undef, |