~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/gimpressionist/paper.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
                          TRUE, 0, 0,
180
180
                          _("Specifies the scale of the texture (in percent of original file)"),
181
181
                          NULL);
182
 
  g_signal_connect (paper_scale_adjust, "value_changed",
 
182
  g_signal_connect (paper_scale_adjust, "value-changed",
183
183
                    G_CALLBACK (gimp_double_adjustment_update),
184
184
                    &pcvals.paper_scale);
185
185
 
191
191
                          TRUE, 0, 0,
192
192
                          _("Specifies the amount of embossing to apply to the image (in percent)"),
193
193
                          NULL);
194
 
  g_signal_connect (paper_relief_adjust, "value_changed",
 
194
  g_signal_connect (paper_relief_adjust, "value-changed",
195
195
                    G_CALLBACK (gimp_double_adjustment_update),
196
196
                    &pcvals.paper_relief);
197
197