summaryrefslogtreecommitdiffstats
path: root/ksirc/puke/pframe.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/puke/pframe.pm')
-rw-r--r--ksirc/puke/pframe.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/puke/pframe.pm b/ksirc/puke/pframe.pm
index f851cdb8..2ef36ebc 100644
--- a/ksirc/puke/pframe.pm
+++ b/ksirc/puke/pframe.pm
@@ -44,13 +44,13 @@ sub setFrameStyle {
my $self = shift;
my $frame = shift;
- my $repaint = shift;
+ my $tqrepaint = shift;
$self->sendMessage('iCommand' => $::PUKE_QFRAME_SET_FRAME,
'iArg' => $frame,
'CallBack' => sub {});
- $self->repaint(1) if($repaint == 1);
+ $self->tqrepaint(1) if($tqrepaint == 1);
}