~ubuntu-branches/ubuntu/gutsy/tomboy/gutsy-updates

« back to all changes in this revision

Viewing changes to Tomboy/Plugins/FixedWidth.cs

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-01-08 21:12:13 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20070108211213-duqllmpnxes216dv
Tags: 0.5.3-0ubuntu1
* New upstream release
* debian/patches/01_utf8-fix.patch:
  + Dropped, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
        protected override void OnDestroyed ()
62
62
        {
63
 
                Plugin.Window.TextMenu.Shown -= MenuShown;
 
63
                if (Plugin.HasWindow)
 
64
                        Plugin.Window.TextMenu.Shown -= MenuShown;
 
65
 
64
66
                base.OnDestroyed();
65
67
        }
66
68
}