that rpm was compiled with a newer gtk than yours ( gtk-2.2.0 does not have a gtk_file_chooser_dialog_new_with_backend function in it, but gtk-2.4.x does) so you will either have to
get a bluefish which was compiled for your system, or compile it yourself (or optionally upgrade your gtk to 2.4, but if you've never done this before, you should try one of the other methods first, and if you have to do this, post back so we can do it right)).
|