Re: bonobo-text-plain



> sorry, the change is to pstream_save.

This patch would let you load text/plain data and then save it as
"text/html", but you'd just be getting text/plain back out again, not
html like you asked for. (Whereas if you did the same thing with the
gtkhtml editor control, it could actually do the conversion.) The
component doesn't know anything about the data it's displaying, so
when you save it, it can't guarantee that it's anything but
text/plain.

If you wanted to make it keep track of the type it was loaded from,
and then allowing saving to that type if the data hasn't been
modified, that would be ok.

-- Dan




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]