[siesta-commit] siesta/bin nacho,1.12,1.13

[prev] [thread] [next] [lurker] [Date index for 2002/09/11]

From: muttley
Subject: [siesta-commit] siesta/bin nacho,1.12,1.13
Date: 12:13 on 11 Sep 2002
Update of /cvsroot/siesta/siesta/bin
In directory usw-pr-cvs1:/tmp/cvs-serv13364/bin

Modified Files:
	nacho 
Log Message:
Updates for plugin order.


Index: nacho
===================================================================
RCS file: /cvsroot/siesta/siesta/bin/nacho,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- nacho	10 Sep 2002 19:08:03 -0000	1.12
+++ nacho	11 Sep 2002 11:13:52 -0000	1.13
@@ -450,7 +450,7 @@
 
     my @plugins = @_;
 
-    Siesta->storage->set_plugins( $list, @plugins )
+    $list->set_plugins( @plugins )
       || die "Sorry, couldn't do that for some reason\n";
 
     unless (@plugins) {
@@ -483,7 +483,7 @@
 
     my $position = shift;
 
-    Siesta->storage->add_plugin_to_list( $list, $plugin, $position )
+    $list->add_plugin( $plugin, $position )
       or die "Sorry couldn't do that for some reason\n";
 
     print "Successfully added plugin in $plugin to $list_id";



Generated at 13:57 on 01 Jul 2004 by mariachi 0.52