diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-07-03 22:26:35 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-07-03 22:26:35 +0200 |
commit | d4871b4ad324dfd21b7d37c9614b4fecb8f157d6 (patch) | |
tree | 60e8547123c3dd0c86bd03590488f7c6bc9eb2bc | |
parent | e9af6497a3ac181c7a8c6074513a389c7463109c (diff) | |
download | manatools-d4871b4ad324dfd21b7d37c9614b4fecb8f157d6.tar manatools-d4871b4ad324dfd21b7d37c9614b4fecb8f157d6.tar.gz manatools-d4871b4ad324dfd21b7d37c9614b4fecb8f157d6.tar.bz2 manatools-d4871b4ad324dfd21b7d37c9614b4fecb8f157d6.tar.xz manatools-d4871b4ad324dfd21b7d37c9614b4fecb8f157d6.zip |
PODdified
-rw-r--r-- | lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm index 16149a67..21e4b296 100644 --- a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm +++ b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm @@ -1015,6 +1015,28 @@ sub keys_callback() { $w->main; } +#============================================================= + +=head2 readMedia + +=head3 INPUT + +$name: optional parameter, the media called name has to be + updated + +=head3 OUTPUT + +$itemColl: yui::YItemCollection containing media data to + be added to the YTable + +=head3 DESCRIPTION + +This method reads the configured media and add their info +to the collection + +=cut + +#============================================================= sub readMedia { my ($name) = @_; if (defined $name) { |