"+" key ain't working
Reported by Henrik Hodne | May 26th, 2009 @ 05:16 PM
When pressing "+" I get the following error:
--- Error in Redcar::EditView "key-press-event" signal handler:
TypeError: can't convert nil into String
/home/dvyjones/code/redcar/bin/../plugins/core/lib/core/keymap.rb:50:in `+'
/home/dvyjones/code/redcar/bin/../plugins/core/lib/core/keymap.rb:50:in `clean_gdk_eventkey'
/home/dvyjones/code/redcar/bin/../plugins/edit_view/lib/wrapper.rb:55:in `connect_signals'
/home/dvyjones/code/redcar/bin/../vendor/glitter.rb:202:in `call'
/home/dvyjones/code/redcar/bin/../vendor/glitter.rb:202:in `signal_connect'
/home/dvyjones/code/redcar/bin/../lib/gtk.rb:38:in `call'
/home/dvyjones/code/redcar/bin/../lib/gtk.rb:38:in `main'
/home/dvyjones/code/redcar/bin/../lib/gtk.rb:38:in `main_with_queue'
/home/dvyjones/code/redcar/bin/../plugins/core/lib/core/gui.rb:26:in `set_main_loop'
/home/dvyjones/code/redcar/bin/../freebase2/lib/freebase/databus.rb:988:in `call'
/home/dvyjones/code/redcar/bin/../freebase2/lib/freebase/databus.rb:988:in `call'
/home/dvyjones/code/redcar/bin/../freebase2/lib/freebase/databus.rb:598:in `call'
/home/dvyjones/code/redcar/bin/../freebase2/lib/freebase/core.rb:74:in `initialize'
/home/dvyjones/code/redcar/bin/../freebase2/lib/freebase/core.rb:73:in `new'
/home/dvyjones/code/redcar/bin/../freebase2/lib/freebase/core.rb:73:in `initialize'
/home/dvyjones/code/redcar/bin/../freebase2/lib/freebase/core.rb:35:in `new'
/home/dvyjones/code/redcar/bin/../freebase2/lib/freebase/core.rb:35:in `startup'
./bin/redcar:122:in `startup'
./bin/redcar:142
I suspect this is caused by this:
(http://github.com/danlucraft/redcar/blob/master/plugins/core/lib/co...)
bits = redcar_key.split("+")
I am currently working on a fix.
Comments and changes to this ticket
-
Daniel Lucraft January 25th, 2010 @ 03:10 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A programmer's text editor for Gnome.