murrine r94 - in trunk: . src
- From: acimitan svn gnome org
- To: svn-commits-list gnome org
- Subject: murrine r94 - in trunk: . src
- Date: Sat, 11 Oct 2008 12:51:02 +0000 (UTC)
Author: acimitan
Date: Sat Oct 11 12:51:01 2008
New Revision: 94
URL: http://svn.gnome.org/viewvc/murrine?rev=94&view=rev
Log:
2008-10-11 Andrea Cimitan <andrea cimitan gmail com>
* src/murrine_style.c (murrine_style_draw_box):
Let's return when detail is buttondefault, should fix Bug #555891.
Modified:
trunk/ChangeLog
trunk/src/murrine_style.c
Modified: trunk/src/murrine_style.c
==============================================================================
--- trunk/src/murrine_style.c (original)
+++ trunk/src/murrine_style.c Sat Oct 11 12:51:01 2008
@@ -759,6 +759,9 @@
}
else if (DETAIL ("button") || DETAIL ("buttondefault"))
{
+ if (DETAIL ("buttondefault"))
+ return;
+
WidgetParameters params;
murrine_set_widget_parameters (widget, style, state_type, ¶ms);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]