summaryrefslogtreecommitdiffstats
path: root/perl-install/class_discard.pm
blob: 6ca677e9d5345dc33e7e945c8e5825c0527687fd (plain)
1
2
3
4
5
6
7
8
9
10
11
package class_discard; # $Id$

use log;

sub new { bless {}, "class_discard" }

sub AUTOLOAD {
    log::l("class_discard: $AUTOLOAD called at ", caller, ", params ", join(', ', @_));
}

1;
/perl-install/install parente083677a5e3834d4857e8b80881fa157be139dde (diff)downloaddrakx-83862af83ddce62bcf54b1d706e31780645c7fc4.tar
drakx-83862af83ddce62bcf54b1d706e31780645c7fc4.tar.gz
drakx-83862af83ddce62bcf54b1d706e31780645c7fc4.tar.bz2
drakx-83862af83ddce62bcf54b1d706e31780645c7fc4.tar.xz
drakx-83862af83ddce62bcf54b1d706e31780645c7fc4.zip
(create_widget) use stock icons for up & down buttons in order to pack
them horizontaly so that we fit in default sizing(#53703)
Diffstat (limited to 'perl-install/install')
0 files changed, 0 insertions, 0 deletions