[gnome-initial-setup] gis-assistant: Make sure to install properties
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] gis-assistant: Make sure to install properties
- Date: Thu, 17 Jan 2013 21:36:20 +0000 (UTC)
commit 88444881d02637e3ebfa1476d28b520e5f578f67
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Jan 17 15:12:20 2013 -0500
gis-assistant: Make sure to install properties
No idea how this was working before.
gnome-initial-setup/gis-assistant.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gnome-initial-setup/gis-assistant.c b/gnome-initial-setup/gis-assistant.c
index a3d165e..2633401 100644
--- a/gnome-initial-setup/gis-assistant.c
+++ b/gnome-initial-setup/gis-assistant.c
@@ -351,6 +351,8 @@ gis_assistant_class_init (GisAssistantClass *klass)
NULL,
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+ g_object_class_install_properties (gobject_class, PROP_LAST, obj_props);
+
/**
* GisAssistant::next-page:
* @assistant: the #GisAssistant
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]