~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to RSS/src/FirefoxLiveBookmarksItemSource.cs

  • Committer: Jason Smith
  • Date: 2008-06-25 13:57:54 UTC
  • mto: (151.1.15 do-plugins)
  • mto: This revision was merged to the branch mainline in revision 156.
  • Revision ID: jason@ubuntu-20080625135754-2spn706j621f19q4
Stop plugins from calling UpdateItems() on construction.  Startup time has improved

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                public FirefoxLiveBookmarksItemSource ()
46
46
                {
47
47
                        bookmarks = new List<IItem> ();
48
 
                        UpdateItems ();
 
48
                        //UpdateItems ();
49
49
                }
50
50
 
51
51
                public Type[] SupportedItemTypes {