Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 552c04: Fixing the EntryComposite render bug when no files...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: 552c0420274730972ed8d673f80f5deb310764ca
      https://github.com/eclipse/ice/commit/552c0420274730972ed8d673f80f5deb310764ca
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2014-12-09 (Tue, 09 Dec 2014)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EntryComposite.java

  Log Message:
  -----------
  Fixing the EntryComposite render bug when no files are available for
File Entries.

Fixing another bug I noticed: The browse button was not setting the
Entry value correctly. It should have been using the file name, not the
file path, since the file afterward exists as a project resource.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>



Back to the top