I am using Ubuntu and am getting started using emacs. I noticed that I get this error message every time I open a file with emacs.
$ emacs index_controller.rb
** (emacs:1966): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failed
I'm trying to set it up to use with Ruby on Rails development. Not sure if that has anything to do with it. What do I need to do to get rid of this message?
