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

« back to all changes in this revision

Viewing changes to Nux/TableItem.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-01-14 20:45:57 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20110114204557-71gkfcyh493vdjjf
Tags: upstream-0.9.14
ImportĀ upstreamĀ versionĀ 0.9.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
            {
158
158
              setDirtyItem (true);
159
159
 
160
 
              WindowThread *application = GetGraphicsThread();
 
160
              WindowThread *application = GetWindowThread ();
161
161
 
162
162
              if (application)
163
163
                application->RequestRedraw();
176
176
          {
177
177
            setDirtyItem (true);
178
178
 
179
 
            WindowThread *application = GetGraphicsThread();
 
179
            WindowThread *application = GetWindowThread ();
180
180
 
181
181
            if (application)
182
182
              application->RequestRedraw();