|
From: <mba...@us...> - 2006-10-08 13:33:17
|
Revision: 1620
http://svn.sourceforge.net/rubyeclipse/?rev=1620&view=rev
Author: mbarchfe
Date: 2006-10-08 06:33:12 -0700 (Sun, 08 Oct 2006)
Log Message:
-----------
undo accidental check-in
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/util/RubyFileSelector.java
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/util/RubyFileSelector.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/util/RubyFileSelector.java 2006-10-08 13:30:57 UTC (rev 1619)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/util/RubyFileSelector.java 2006-10-08 13:33:12 UTC (rev 1620)
@@ -62,8 +62,7 @@
}
protected String validateResourceSelection() {
- return getSelectionText() ;
-// IFile selection = getSelection();
-// return selection == null ? EMPTY_STRING : selection.getProjectRelativePath().toString();
+ IFile selection = getSelection();
+ return selection == null ? EMPTY_STRING : selection.getProjectRelativePath().toString();
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|