Author: bberg
Date: Thu Feb 7 19:41:44 2008
New Revision: 1065
URL: http://svn.gnome.org/viewvc/gtk-engines?rev=1065&view=rev
Log:
2008-02-07 Benjamin Berg <[EMAIL PROTECTED]>
* engines/clearlooks/src/clearlooks_style.c:
(clearlooks_style_draw_box):
As the panel sets the shadow to NONE too, we do not need a special
case for it anymore.
Modified:
trunk/ChangeLog
trunk/engines/clearlooks/src/clearlooks_style.c
Modified: trunk/engines/clearlooks/src/clearlooks_style.c
==============================================================================
--- trunk/engines/clearlooks/src/clearlooks_style.c (original)
+++ trunk/engines/clearlooks/src/clearlooks_style.c Thu Feb 7 19:41:44 2008
@@ -463,7 +463,7 @@
CHECK_ARGS
SANITIZE_SIZE
- if (DETAIL ("menubar") && !ge_is_panel_widget_item(widget))
+ if (DETAIL ("menubar"))
{
WidgetParameters params;
MenuBarParameters menubar;
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.