Index: Explorator/trunk/app/controllers/explorator_controller.rb
===================================================================
--- Explorator/trunk/app/controllers/explorator_controller.rb	(revision 128)
+++ Explorator/trunk/app/controllers/explorator_controller.rb	(revision 153)
@@ -22,4 +22,10 @@
    render  :partial => 'subject_view',:layout=>false;
 end 
+#change the set name
+def editSetName
+    set = session[:application].get(params[:uri])
+    set.explorator::name=params[:value]
+    render :text => params[:value], :layout=>false
+end
   #  prints the filter screen
   def filter    
