although I had to change line 430 from:
$attributes = Gtk2::Pango::AttrList->new();
to:
($attributes) = Gtk2::Pango->parse_markup('');
because the ye-ancient version of Gtk2 we have installed is obviously
not up to scratch.I will upload the module and take this into account. It's a pity that people with an old version of Gtk2 can't use because of a missing function.
$e->signal_connect("focus-in-event" => sub {$e->set_empty_markup("<b></b>")});I will try to take a look at this.