diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-07-04 00:55:33 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-07-04 00:55:33 +0200 |
commit | cb5c7ea44a31b39adec99e7602c10ad7fd8aa152 (patch) | |
tree | d407f1e6ab30af00afc7c1120a4561a7ed7ace83 /lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm | |
parent | 7dd7b4b4d6366659fc651f9d1d00b77762e2f33b (diff) | |
download | manatools-cb5c7ea44a31b39adec99e7602c10ad7fd8aa152.tar manatools-cb5c7ea44a31b39adec99e7602c10ad7fd8aa152.tar.gz manatools-cb5c7ea44a31b39adec99e7602c10ad7fd8aa152.tar.bz2 manatools-cb5c7ea44a31b39adec99e7602c10ad7fd8aa152.tar.xz manatools-cb5c7ea44a31b39adec99e7602c10ad7fd8aa152.zip |
Added update media (TODO fix index to update them really)
Diffstat (limited to 'lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm')
-rw-r--r-- | lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm index 21e4b296..c3d835a2 100644 --- a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm +++ b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm @@ -1276,6 +1276,9 @@ sub mainwindow() { } ); } + elsif ($menuLabel eq $fileMenu{ update }->label()) { + update_callback(); + } } elsif ($eventType == $yui::YEvent::WidgetEvent) { # widget selected |