~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

Viewing changes to app/core/gimpprojection.c

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2007-12-18 10:44:11 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218104411-p2c1aor6tfqcwkyw
Tags: 2.4.3-1ubuntu1
* Merge from Debian unstable. (LP: #177821)
* Ubuntu remaining changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Remove the doc directory symlink in the preinst, and replace it with a
    directory.
  - Added NEWS, README and README.Debian to gimp.docs.
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
546
546
      gimp_projection_idle_render_next_area (proj);
547
547
 
548
548
      proj->idle_render.idle_id =
549
 
        g_idle_add_full (G_PRIORITY_LOW,
550
 
                         gimp_projection_idle_render_callback,
551
 
                         proj, NULL);
 
549
        g_idle_add_full (G_PRIORITY_HIGH_IDLE,
 
550
                         gimp_projection_idle_render_callback, proj,
 
551
                         NULL);
552
552
    }
553
553
}
554
554