~ubuntu-branches/ubuntu/oneiric/nux/oneiric-proposed

« back to all changes in this revision

Viewing changes to Nux/ColorPreview.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-07-04 18:34:48 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20110704183448-wzm2936r4xyob3d9
Tags: 1.0.4-0ubuntu1
* New upstream release.
* debian/rules:
  - bump shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    if (m_ChangeTimerHandler.IsValid() )
71
71
      GetTimer().RemoveTimerHandler (m_ChangeTimerHandler);
72
72
 
73
 
    NUX_SAFE_DELETE (m_DialogThreadProxy);
 
73
    delete m_DialogThreadProxy;
74
74
  }
75
75
 
76
76
  long ColorPreview::ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo)