~ubuntu-branches/ubuntu/utopic/gimp/utopic

« back to all changes in this revision

Viewing changes to app/tools/gimptexttool.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-08-29 12:48:19 UTC
  • mfrom: (1.1.29) (0.4.20 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130829124819-r4mliaiddrgv5x4g
Tags: 2.8.6-1ubuntu1
* Synchronize with Debian (LP: #1207734). 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:
1110
1110
  if (! text_tool->text)
1111
1111
    return;
1112
1112
 
1113
 
  if ((pspec->flags & G_PARAM_READWRITE) == G_PARAM_READWRITE)
 
1113
  if ((pspec->flags & G_PARAM_READWRITE) == G_PARAM_READWRITE &&
 
1114
      pspec->owner_type == GIMP_TYPE_TEXT)
1114
1115
    {
1115
1116
      gimp_text_tool_block_drawing (text_tool);
1116
1117