~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to GContacts/src/GContactsItemSource.cs

Adding missing files and Archive plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
using Google.GData.Client;
18
18
 
19
 
namespace Do.GContacts
 
19
namespace GContacts
20
20
{
21
21
        public class GContactsItemSource : IItemSource
22
22
        {
29
29
                
30
30
                public string Name { get { return "GMail Contacts"; } }
31
31
                public string Description { get { return "Indexes your GMail Contacts"; } }
32
 
                public string Icon { get { return "email"; } }
 
32
                public string Icon { get { return "gmail-logo.png@GContacts"; } }
33
33
                
34
34
                public Type[] SupportedItemTypes {
35
35
                        get {