[monkey-bubble: 266/753] Use the new bonobo-property-bag-client API.



commit 0095027be453e0d87e6222c138c804f494e3c821
Author: Martin Baulig <martin src gnome org>
Date:   Tue May 8 19:59:32 2001 +0000

    Use the new bonobo-property-bag-client API.

 libgnomeui/gnome-about.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgnomeui/gnome-about.c b/libgnomeui/gnome-about.c
index 5af3bdb..e671c26 100644
--- a/libgnomeui/gnome-about.c
+++ b/libgnomeui/gnome-about.c
@@ -39,7 +39,7 @@
 #include <libgnomecanvas/gnome-canvas-text.h>
 #include <libgnomecanvas/gnome-canvas-pixbuf.h>
 #include <libgnomecanvas/gnome-canvas-util.h>
-#include <bonobo/bonobo-config-database.h>
+#include <bonobo/bonobo-property-bag-client.h>
 #include "gnome-cursors.h"
 #include <string.h>
 #include <gtk/gtk.h>
@@ -839,8 +839,8 @@ static void gnome_about_fill_options (GtkWidget *widget,
 	g_return_if_fail (priv != NULL);
 
 	/* Read GConf options */
-	priv->show_urls = bonobo_config_get_boolean (cd, "/about/show_urls", NULL);
-	priv->show_logo = bonobo_config_get_boolean (cd, "/about/show_logo", NULL);
+	priv->show_urls = bonobo_pbclient_get_boolean (cd, "/about/show_urls", NULL);
+	priv->show_logo = bonobo_pbclient_get_boolean (cd, "/about/show_logo", NULL);
 	
 	/* Create fonts and get colors*/
 	/* FIXME: dirty hack, but it solves i18n problem without rewriting the



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]