[murrine] Ops, typo in the last commit. This one does not crash :)



commit 1ba5c404cb941d2570a8b7c834509c1f11f8c2c6
Author: Andrea Cimitan <andrea cimitan gmail com>
Date:   Tue Dec 8 16:09:48 2009 +0100

    Ops, typo in the last commit. This one does not crash :)

 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 0b8c240..3f4a55d 100644
--- a/src/murrine_rc_style.c
+++ b/src/murrine_rc_style.c
@@ -689,7 +689,7 @@ murrine_rc_style_parse (GtkRcStyle *rc_style,
 				murrine_style->flags |= MRN_FLAG_MENUSTYLE;
 				break;
 			case TOKEN_PRELIGHT_SHADE:
-				token = theme_parse_double (settings, scanner, &murrine_style->prelight_shade);
+				token = theme_parse_shade (settings, scanner, &murrine_style->prelight_shade);
 				murrine_style->flags |= MRN_FLAG_PRELIGHT_SHADE;
 				break;
 			case TOKEN_PROGRESSBARSTYLE:



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