~igors/do-plugins/Thunderbird-fix-redux

« back to all changes in this revision

Viewing changes to YouTube/Resources/Youtube.addin.xml.in

  • Committer: Christopher James Halse Rogers
  • Date: 2011-02-06 02:59:38 UTC
  • mfrom: (680.2.6 YouTube)
  • Revision ID: raof@ubuntu.com-20110206025938-udgghkr9z7ch2fp9
Merge YouTube plugin improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<Addin 
2
2
        id="YouTube"
3
3
        namespace= "Do"
4
 
        version="1.0"
 
4
        version="1.1"
5
5
        name="YouTube"
6
6
        description="Search your favorites, subscriptions, uploaded videos, and more."
7
7
        author="Luis Miguel Montiel G"
22
22
        <!-- Extensions included in this assembly -->
23
23
        <!-- Sources -->
24
24
        <Extension path = "/Do/ItemSource">
25
 
                <ItemSource type="Do.Universe.YouTubeFavoriteItemSource" />
26
 
                <ItemSource type="Do.Universe.YouTubeSubscriptionItemSource" />
27
 
                <ItemSource type="Do.Universe.YouTubeOwnVideosItemSource" />
 
25
                <ItemSource type="Youtube.YouTubeFavoriteItemSource" />
 
26
                <ItemSource type="Youtube.YouTubeSubscriptionItemSource" />
 
27
                <ItemSource type="Youtube.YouTubeOwnVideosItemSource" />
28
28
        </Extension>
29
29
        <Extension path = "/Do/Action">
30
 
                <Action type="Do.Universe.YouTubeSearchAction" />
 
30
                <Action type="Youtube.YouTubeSearchAction" />
31
31
        </Extension>
32
32
</Addin>