On 8/6/05, ilLogict <[EMAIL PROTECTED]> wrote:
Hello !

This is really great, but why do ethemes exit as soon as a theme is applied? I
think it would be better if it stays opened and you add a 'close' button.

That was the behavior previously, but as soon as you set the theme you have to restart E, and that brings a problem that the app doesn't know when E gets back up to connect to it again.
I solved that with a hack in the previous version, by sleeping for 5 seconds after restarting E, but that is plain ugly.. that's why I took it out, cause you already preview the theme.. so once you hit apply, you're sure you want it applied, no need to keep the app open.
 

There's also a small problem when you apply without selecting any theme, it
segfaults, cause it tries in _set_theme with the line
        e_lib_theme_set("theme", strdup(selected_theme));
to copy an uninitialised string (selected_theme).

sorry about that... it was a last minute change..
fixed now.


--
Chady Kassouf
http://chady.net/

Reply via email to