diff options
Diffstat (limited to 'lib/AdminPanel/Rpmdragora')
-rw-r--r-- | lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm index 26cb2325..10feb8d5 100644 --- a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm +++ b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm @@ -1582,6 +1582,12 @@ sub mainwindow() { elsif ($menuLabel eq $optionsMenu{ global }->label()) { options_callback(); } + elsif ($menuLabel eq $optionsMenu{ man_keys }->label()) { +# keys_callback(); + } + elsif ($menuLabel eq $optionsMenu{ parallel }->label()) { +# parallel_callback(); + } } elsif ($eventType == $yui::YEvent::WidgetEvent) { # widget selected |