[murrine] Fixed build



commit 524cf0e08aece3e6eab2f7cf604591b6bc04e92b
Author: Andrea <andrea cimitan gmail com>
Date:   Thu Mar 25 16:28:50 2010 +0100

    Fixed build

 src/murrine_rc_style.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/murrine_rc_style.c b/src/murrine_rc_style.c
index 299893d..3143d92 100644
--- a/src/murrine_rc_style.c
+++ b/src/murrine_rc_style.c
@@ -635,7 +635,7 @@ murrine_rc_style_parse (GtkRcStyle *rc_style,
 				murrine_style->flags |= MRN_FLAG_CONTRAST;
 				break;
 			case TOKEN_DISABLE_FOCUS:
-				token = theme_parse_boolean (settings, scanner, rc_style, &murrine_style->disable_focus);
+				token = theme_parse_boolean (settings, scanner, &murrine_style->disable_focus);
 				murrine_style->flags |= MRN_FLAG_DISABLE_FOCUS;
 				break;
 			case TOKEN_FOCUS_COLOR:



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