Skip to content

Commit

Permalink
Rename SingleLineSearch to GeocoderComponent.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Mar 1, 2013
1 parent c7b835d commit 150ec14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/widgets/HeaderController/HeaderControllerWidget.mxml
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,10 @@
</HeaderController:WidgetItemDataGroup>
</s:HGroup>

<components:SingleLineSearch id="singleLineSearch"
width="230" height="28"
includeInLayout="false"
visible="false"/>
<components:GeocoderComponent id="singleLineSearch"
width="230" height="28"
includeInLayout="false"
visible="false"/>

<s:DataGroup id="linkGroup"
dataProvider="{linkList}"
Expand Down

0 comments on commit 150ec14

Please sign in to comment.