[murrine/dec09-new-features] Ops, typo in the last commit. This one does not crash :)
- From: Andrea Cimitan <acimitan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [murrine/dec09-new-features] Ops, typo in the last commit. This one does not crash :)
- Date: Tue, 8 Dec 2009 15:10:21 +0000 (UTC)
commit cf9353611820496aab30f6135424d76c1faa1053
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]