~ubuntu-branches/ubuntu/precise/gimp/precise-updates

« back to all changes in this revision

Viewing changes to app/tools/gimpvectortool.c

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2011-10-29 14:05:47 UTC
  • mfrom: (0.4.11 sid)
  • Revision ID: package-import@ubuntu.com-20111029140547-osq7e5gc791c6egk
Tags: 2.6.11-5ubuntu1
* Merge from debian testing. Remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1265
1265
      }
1266
1266
 
1267
1267
      if (status)
1268
 
        gimp_tool_push_status (tool, display, status);
 
1268
        gimp_tool_push_status (tool, display, "%s", status);
1269
1269
 
1270
1270
      if (free_status)
1271
1271
        g_free ((gchar *) status);