~gotopad/do-plugins/TimerApplet

« back to all changes in this revision

Viewing changes to WindowManager/src/WindowItemSource.cs

  • Committer: Jason Smith
  • Date: 2009-06-03 17:33:29 UTC
  • Revision ID: jason@t500-20090603173329-fo2ipb6h8lojju8y
Fix potential crash

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
                public WindowItemSource ()
72
72
                {
 
73
                        WindowUtils.Initialize ();
73
74
                        items = new List<Item> ();
74
75
                        items.Add (new CurrentApplicationItem ());
75
76
                        items.Add (new CurrentWindowItem ());