Committed, thanks and happy holidays. --strk;
() Free GIS & Flash consultant/developer /\ http://strk.keybit.net/services.html On Sat, Apr 03, 2010 at 06:52:22PM +0200, Nico R. wrote: > I tried to compile Gnash, but with GStreamer support disabled, which > revealed a small bug. > > Patch attached. > > Happy Easter holidays! > -- > Nico > === modified file 'gui/pythonmod/gnash-view.cpp' > --- gui/pythonmod/gnash-view.cpp 2010-03-14 02:26:46 +0000 > +++ gui/pythonmod/gnash-view.cpp 2010-04-03 15:00:01 +0000 > @@ -225,7 +225,7 @@ > view->media_handler.reset( new gnash::media::gst::MediaHandlerGst() ); > gnash::media::MediaHandler::set(view->media_handler); > #else > - log_error(_("No media support compiled in")); > + gnash::log_error(_("No media support compiled in")); > #endif > > // Init sound > _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

