ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/kgsueme/superchat.pl
(Generate patch)

Comparing kgsueme/kgsueme/superchat.pl (file contents):
Revision 1.9 by pcg, Wed May 26 03:28:37 2004 UTC vs.
Revision 1.10 by pcg, Sat May 29 02:01:43 2004 UTC

217 my $tag = $self->new_eventtag (sub { 217 my $tag = $self->new_eventtag (sub {
218 my ($tag, $view, $event, $iter) = @_; 218 my ($tag, $view, $event, $iter) = @_;
219 219
220 if ($event->type eq "button-press") { 220 if ($event->type eq "button-press") {
221 $inlay->set_visible (!$inlay->{visible}); 221 $inlay->set_visible (!$inlay->{visible});
222 return 1;
222 } 223 }
223 224
224 1; 225 0;
225 }); 226 });
226 227
227 $tag->set (background => "#e0e0ff"); 228 $tag->set (background => "#e0e0ff");
228 229
229 $inlay = $self->new_inlay; 230 $inlay = $self->new_inlay;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines