Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 214504 Details for
Bug 377329
SapphireListControlledPageBook fails to render with model path for control property
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch v1
Patch (text/plain), 1.57 KB, created by
Greg Amerson
on 2012-04-24 23:37:37 EDT
(
hide
)
Description:
Patch v1
Filename:
MIME Type:
Creator:
Greg Amerson
Created:
2012-04-24 23:37:37 EDT
Size:
1.57 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.sapphire.ui >Index: src/org/eclipse/sapphire/ui/SapphireListControlledPageBook.java >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.sapphire/plugins/org.eclipse.sapphire.ui/src/org/eclipse/sapphire/ui/SapphireListControlledPageBook.java,v >retrieving revision 1.14 >diff -u -r1.14 SapphireListControlledPageBook.java >--- src/org/eclipse/sapphire/ui/SapphireListControlledPageBook.java 16 Apr 2012 20:31:15 -0000 1.14 >+++ src/org/eclipse/sapphire/ui/SapphireListControlledPageBook.java 25 Apr 2012 03:36:44 -0000 >@@ -8,6 +8,7 @@ > * Contributors: > * Konstantin Komissarchik - initial implementation > * Gregory Amerson - [363765] Page book control property should handle model paths >+ * Gregory Amerson - [377329] SapphireListControlledPageBook fails to render with model path for control property > ******************************************************************************/ > > package org.eclipse.sapphire.ui; >@@ -153,7 +154,7 @@ > { > super.render( context ); > >- final PropertyEditorPart listPropertyEditorPart = findPropertyEditor( context.getPart(), this.element, this.property ); >+ final PropertyEditorPart listPropertyEditorPart = findPropertyEditor( this, this.element, this.property ); > final ListSelectionService listSelectionService = listPropertyEditorPart.service( ListSelectionService.class ); > > final MutableReference<IModelElement> selectedModelElementRef = new MutableReference<IModelElement>();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
konstantin
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 377329
: 214504