Don't #include bonobo.h

2001-12-18  Bradford Hovinen  <hovinen@ximian.com>

	* background-properties-capplet.c: Don't #include bonobo.h
This commit is contained in:
Bradford Hovinen 2001-12-18 19:46:26 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 0f7c418ab1
commit cb0a97e5a3
2 changed files with 4 additions and 3 deletions

View file

@ -4,6 +4,7 @@
gconf_engine
(setup_dialog): Use correct path for enabled
(main): Preload the background settings directory for performance
Don't #include bonobo.h
* background.schema: Update keys to use /desktop/gnome/background

View file

@ -1,6 +1,6 @@
/* -*- mode: c; style: linux -*- */
/* main.c
/* background-properties-capplet.c
* Copyright (C) 2000-2001 Ximian, Inc.
*
* Written by: Bradford Hovinen <hovinen@ximian.com>,
@ -27,9 +27,9 @@
#endif
#include <gnome.h>
#include <bonobo.h>
#include <gconf/gconf.h>
#include <gconf/gconf-client.h>
#include <glade/glade.h>
#include "capplet-util.h"
#include "gconf-property-editor.h"
#include "applier.h"