diff options
author | Daouda Lo <daouda@mandriva.com> | 2005-03-11 10:29:14 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2005-03-11 10:29:14 +0000 |
commit | 43177b1154e11abedc4417d2ab6d69a213cbbd1a (patch) | |
tree | e491c0b15682545f5b2ad904fa451f7a8133c789 | |
parent | e023cbc1b16641ea50eaa1742b3b588ccb9631f8 (diff) | |
download | mgaonline-43177b1154e11abedc4417d2ab6d69a213cbbd1a.tar mgaonline-43177b1154e11abedc4417d2ab6d69a213cbbd1a.tar.gz mgaonline-43177b1154e11abedc4417d2ab6d69a213cbbd1a.tar.bz2 mgaonline-43177b1154e11abedc4417d2ab6d69a213cbbd1a.tar.xz mgaonline-43177b1154e11abedc4417d2ab6d69a213cbbd1a.zip |
- fix typo on func's name displayLogs
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -368,7 +368,7 @@ sub configure { 1; }); } -sub dislayLogs { +sub displayLogs { my $w = ugtk2->new(N("Logs"), center => 1); gtkset_size_request($w->{window}, 500, 400); $w->{window}->signal_connect(delete_event => sub { $w->destroy; undef $wlog }); |