~karol-bedkowski/do-plugins/putty-fix-324282_load_parameter

« back to all changes in this revision

Viewing changes to Banshee/Resources/Banshee.addin.xml

  • Committer: Alex Launi
  • Date: 2009-01-23 06:42:17 UTC
  • mfrom: (276.4.15 bansheeplugin)
  • Revision ID: alex.launi@gmail.com-20090123064217-lbq4cnn1q8yip1sx
Hopefully fix blocking, and reenable indexer

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        </Dependencies>
18
18
        
19
19
        <!-- Extensions included in this assembly -->
 
20
        <!-- Itemsources -->
 
21
        <Extension path = "/Do/ItemSource">
 
22
                <ItemSource type = "Banshee.MediaItemSource" />
 
23
        </Extension>
 
24
 
20
25
        <!-- Actions -->
21
26
        <Extension path = "/Do/Action">
22
27
                <Action type = "Banshee.PlayAction" />
23
28
                <Action type = "Banshee.PauseAction" />
24
29
                <Action type = "Banshee.NextAction" />
25
30
                <Action type = "Banshee.PreviousAction" />
 
31
                <Action type = "Banshee.EnqueueAction" />
 
32
                <Action type = "Banshee.SearchCollectionAction" />
26
33
        </Extension>
27
34
</Addin>