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

« back to all changes in this revision

Viewing changes to app/actions/tool-options-commands.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:
97
97
      gchar *name = g_strdup (gimp_object_get_name (GIMP_OBJECT (options)));
98
98
 
99
99
      gimp_config_sync (G_OBJECT (tool_info->tool_options),
100
 
                        G_OBJECT (options), 0);
 
100
                        G_OBJECT (options),
 
101
                        GIMP_CONFIG_PARAM_SERIALIZE);
101
102
      gimp_object_take_name (GIMP_OBJECT (options), name);
102
103
    }
103
104
}
116
117
 
117
118
  if (options)
118
119
    gimp_config_sync (G_OBJECT (options),
119
 
                      G_OBJECT (tool_info->tool_options), 0);
 
120
                      G_OBJECT (tool_info->tool_options),
 
121
                      GIMP_CONFIG_PARAM_SERIALIZE);
120
122
}
121
123
 
122
124
void