On 14 Apr 2001 11:43:22 +0500, Vlad Harchev wrote:
>  In most cases, the "always black" problem is due to not calling
> "gtk_widget_ensure_style(widget)" before making modifications to copy
> of widget's GtkStyle.
> 
>  It would be nice if all Ximian's and Eazel's products were tested with
> non-standard gtk themes such as SatinBlack to ensure that they are gtk
> theme-friendly.

  I agree we should fix these problems.  We are interested in being
theme friendly as much as you are.  :-)

  One issue I have had in the past with theme engines is that they often
hardcode things in a non-friendly way, by doing things like

    if (GTK_IS_ENTRY (widget))
        use_this_color();
    else
        use_this_other_color();

This messes up all of our custom widgets in an unfixable way.

  Anyway, I am not sure if it's the case with this theme.  I am going to
submit this stuff into Bugzilla right now...  Of course we accept
patches too.  :-)

-- 
Ettore

_______________________________________________
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/evolution-hackers

Reply via email to