[gnome-mag/bonobo-less] Fix CrosswireColor setter
- From: Fernando Herrera de las Heras <fherrera src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mag/bonobo-less] Fix CrosswireColor setter
- Date: Wed, 4 Aug 2010 21:12:08 +0000 (UTC)
commit dce85ebc8de790aff22ac61e39f1f1a8b87a19fd
Author: Fernando Herrera <fherrera onirica com>
Date: Wed Aug 4 20:48:33 2010 +0200
Fix CrosswireColor setter
magnifier/magnifier.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/magnifier/magnifier.c b/magnifier/magnifier.c
index 4c3f34d..35126db 100644
--- a/magnifier/magnifier.c
+++ b/magnifier/magnifier.c
@@ -1109,7 +1109,7 @@ set_property_cb (GDBusConnection *connection,
NULL);
} else if (g_strcmp0 (property_name, "CrosswireColor") == 0) {
g_object_set (magnifier,
- "crosswire-clip", g_variant_get_uint32 (value),
+ "crosswire-color", g_variant_get_uint32 (value),
NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]