see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann 1999-12-10 22:12:46 +00:00
parent d90dc2d007
commit 02655f1098
4 changed files with 4 additions and 5 deletions

View file

@ -121,6 +121,7 @@ examples/layerfuncs
examples/bricks
examples/dataurl
examples/colorhtml
examples/gap-vcr
pxgettext
po/ChangeLog
po/gimp-perl.pot

View file

@ -35,7 +35,7 @@ if ($ARGV[0] ne "--writemakefile") {
repdup centerguide stampify goldenmean triangle mirrorsplit
layerfuncs randomart1 glowing_steel frame_reshuffle frame_filter
logulator miff gimpmagick guide_remove guides_to_selection burst
fire povray avi layerfuncs bricks dataurl colorhtml
fire povray avi layerfuncs bricks dataurl colorhtml gap-vcr
);
@pdl_pins =
qw(

View file

@ -23,7 +23,7 @@ sub create_main {
$w->add ($h);
$h->add(Gtk::Object::new Gtk::Button
label => '<<',
label => '|<<',
signal::clicked => sub {
drawable->gap_first;
});
@ -38,7 +38,7 @@ sub create_main {
drawable->gap_next;
});
$h->add(Gtk::Object::new Gtk::Button
label => '>>',
label => '>>|',
signal::clicked => sub {
drawable->gap_last;
});

View file

@ -139,8 +139,6 @@ sub create_main {
my $b;
my $t;
parse Gtk::Rc Gimp->gtkrc;
$t = new Gtk::Tooltips;
my $w = new Gtk::Dialog;