[frogr] Fixed wrong installation of PROP_LONGITUDE in FrogrLocation
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Fixed wrong installation of PROP_LONGITUDE in FrogrLocation
- Date: Thu, 25 Aug 2011 20:32:01 +0000 (UTC)
commit 0aac3c09d81c3dbc3c6c514e5b8a5d003d869c2c
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Thu Aug 25 22:26:28 2011 +0200
Fixed wrong installation of PROP_LONGITUDE in FrogrLocation
src/frogr-location.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-location.c b/src/frogr-location.c
index f1b23d5..189a20f 100644
--- a/src/frogr-location.c
+++ b/src/frogr-location.c
@@ -109,7 +109,7 @@ frogr_location_class_init(FrogrLocationClass *klass)
G_PARAM_READWRITE));
g_object_class_install_property (obj_class,
- PROP_LATITUDE,
+ PROP_LONGITUDE,
g_param_spec_double ("longitude",
"longitude",
"Longitude for the location",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]