aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-07-03 22:26:35 +0200
committerAngelo Naselli <anaselli@linux.it>2014-07-03 22:26:35 +0200
commitd4871b4ad324dfd21b7d37c9614b4fecb8f157d6 (patch)
tree60e8547123c3dd0c86bd03590488f7c6bc9eb2bc /lib/AdminPanel
parente9af6497a3ac181c7a8c6074513a389c7463109c (diff)
downloadmanatools-d4871b4ad324dfd21b7d37c9614b4fecb8f157d6.tar
manatools-d4871b4ad324dfd21b7d37c9614b4fecb8f157d6.tar.gz
manatools-d4871b4ad324dfd21b7d37c9614b4fecb8f157d6.tar.bz2
manatools-d4871b4ad324dfd21b7d37c9614b4fecb8f157d6.tar.xz
manatools-d4871b4ad324dfd21b7d37c9614b4fecb8f157d6.zip
PODdified
Diffstat (limited to 'lib/AdminPanel')
-rw-r--r--lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm22
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) {