--- rxvt-unicode/src/perl/option-popup 2006/01/08 01:16:10 1.5 +++ rxvt-unicode/src/perl/option-popup 2006/01/08 22:58:13 1.6 @@ -10,7 +10,8 @@ my ($self, $event) = @_; if ($event->{button} == 3 && $event->{state} & urxvt::ControlMask) { - my $popup = $self->popup ($event); + my $popup = $self->popup ($event) + or return; $popup->add_title ("Options"); $popup->add_separator;