Changeset 18606
- Timestamp:
- 09/02/08 01:59:57 (5 years ago)
- Location:
- platform/air/wasaco/src
- Files:
-
- 2 modified
-
wasaco-app.xml (modified) (1 diff)
-
wasaco.mxml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/air/wasaco/src/wasaco-app.xml
r18553 r18606 2 2 <application xmlns="http://ns.adobe.com/air/application/1.1"> 3 3 <id>wasaco</id> 4 <version>2.1. 3</version>4 <version>2.1.4</version> 5 5 <filename>wasaco</filename> 6 6 <name>wasaco</name> -
platform/air/wasaco/src/wasaco.mxml
r18605 r18606 591 591 wassr.channelStatusUpdate(channel, stat.text, function ():void { 592 592 wassr.getChannelFeed(channel, displayChannel); 593 }); 594 } else if ( tabNavi.selectedIndex == 3 ) { 595 wassr.getTodoTags(function(todo:Array, tags:Object):void { 596 var tag_list:Array = new Array({ label:"全て", value: null }); 597 for (var t:String in tags) { 598 tag_list.push({ label: t, tag:t }); 599 } 600 todoTagList.dataProvider = tag_list; 601 displayTodo(todo); 593 602 }); 594 603 } else {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)