~do-core/do/fix-the-shitstorm

« back to all changes in this revision

Viewing changes to GCalendar/src/GCalendarSearchEvents.cs

Adding missing files and Archive plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
using Google.GData.Client;
29
29
using Google.GData.Calendar;
30
30
 
31
 
namespace Do.GCalendar {
 
31
namespace GCalendar {
32
32
    public sealed class GCalendarSearchEvents : IAction
33
33
    {
34
34
        public GCalendarSearchEvents()
44
44
        }
45
45
        
46
46
        public string Icon {
47
 
            get { return "stock_calendar"; }
 
47
            get { return "calIcon.png@GCalendar"; }
48
48
        }
49
49
        
50
50
        public Type[] SupportedItemTypes {