[monkey-bubble: 536/753] Default to "config:"; you don't need to set this property unless you have
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 536/753] Default to "config:"; you don't need to set this property unless you have
- Date: Wed, 14 Jul 2010 22:40:42 +0000 (UTC)
commit 9320e652b9ae906043ad41634f885433f9633de4
Author: Martin Baulig <baulig suse de>
Date: Mon Jul 16 21:51:38 2001 +0000
Default to "config:"; you don't need to set this property unless you have
2001-07-16 Martin Baulig <baulig suse de>
* libgnome-init.c (GNOME_PARAM_CONFIG_MONIKER): Default to "config:";
you don't need to set this property unless you have a reason to do so.
(GNOME_PARAM_DESKTOP_CONFIG_MONIKER): Default to "config:/gnome/desktop/".
No need to set this property.
libgnome/ChangeLog | 7 +++++++
libgnome/gnome-init.c | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/libgnome/ChangeLog b/libgnome/ChangeLog
index 62ac93a..6284b5b 100644
--- a/libgnome/ChangeLog
+++ b/libgnome/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-16 Martin Baulig <baulig suse de>
+
+ * libgnome-init.c (GNOME_PARAM_CONFIG_MONIKER): Default to "config:";
+ you don't need to set this property unless you have a reason to do so.
+ (GNOME_PARAM_DESKTOP_CONFIG_MONIKER): Default to "config:/gnome/desktop/".
+ No need to set this property.
+
2001-07-11 Martin Baulig <baulig suse de>
* libgnome-init.c (gnome_mime_type): Removed.
diff --git a/libgnome/gnome-init.c b/libgnome/gnome-init.c
index a5fed74..f252e92 100644
--- a/libgnome/gnome-init.c
+++ b/libgnome/gnome-init.c
@@ -236,7 +236,7 @@ libbonobo_class_init (GnomeProgramClass *klass, const GnomeModuleInfo *mod_info)
cdata->config_moniker_id = gnome_program_install_property
(klass, libbonobo_get_property, libbonobo_set_property,
g_param_spec_string (GNOME_PARAM_CONFIG_MONIKER, NULL, NULL,
- NULL,
+ "config:",
(G_PARAM_READABLE | G_PARAM_WRITABLE |
G_PARAM_CONSTRUCT_ONLY)));
@@ -249,7 +249,7 @@ libbonobo_class_init (GnomeProgramClass *klass, const GnomeModuleInfo *mod_info)
cdata->desktop_config_moniker_id = gnome_program_install_property
(klass, libbonobo_get_property, libbonobo_set_property,
g_param_spec_string (GNOME_PARAM_DESKTOP_CONFIG_MONIKER, NULL, NULL,
- "xmldb:" LIBGNOME_SYSCONFDIR "/gnome-2.0/gnome-desktop.xmldb",
+ "config:/gnome/desktop/",
(G_PARAM_READABLE | G_PARAM_WRITABLE |
G_PARAM_CONSTRUCT_ONLY)));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]