~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Launchpad/src/LaunchpadAction.cs

  • Committer: Alex Launi
  • Date: 2008-06-07 05:52:01 UTC
  • Revision ID: alex@eriktorvaldsonn-20080607055201-gip5v5ppp2emon37
Fix null error and config in GMail

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
                public override string Icon
48
48
                { 
49
 
                        get { return LaunchpadIcons.Instance.GetIconPath("Launchpad.png"); }
 
49
                        get { return "Launchpad.png@" + GetType ().Assembly.FullName; }
50
50
                }
51
51
 
52
52
                public override Type[] SupportedItemTypes