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:
parent
0f7c418ab1
commit
cb0a97e5a3
2 changed files with 4 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
||||||
gconf_engine
|
gconf_engine
|
||||||
(setup_dialog): Use correct path for enabled
|
(setup_dialog): Use correct path for enabled
|
||||||
(main): Preload the background settings directory for performance
|
(main): Preload the background settings directory for performance
|
||||||
|
Don't #include bonobo.h
|
||||||
|
|
||||||
* background.schema: Update keys to use /desktop/gnome/background
|
* background.schema: Update keys to use /desktop/gnome/background
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* -*- mode: c; style: linux -*- */
|
/* -*- mode: c; style: linux -*- */
|
||||||
|
|
||||||
/* main.c
|
/* background-properties-capplet.c
|
||||||
* Copyright (C) 2000-2001 Ximian, Inc.
|
* Copyright (C) 2000-2001 Ximian, Inc.
|
||||||
*
|
*
|
||||||
* Written by: Bradford Hovinen <hovinen@ximian.com>,
|
* Written by: Bradford Hovinen <hovinen@ximian.com>,
|
||||||
|
@ -27,9 +27,9 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gnome.h>
|
||||||
#include <bonobo.h>
|
#include <gconf/gconf-client.h>
|
||||||
#include <gconf/gconf.h>
|
|
||||||
#include <glade/glade.h>
|
#include <glade/glade.h>
|
||||||
|
|
||||||
#include "capplet-util.h"
|
#include "capplet-util.h"
|
||||||
#include "gconf-property-editor.h"
|
#include "gconf-property-editor.h"
|
||||||
#include "applier.h"
|
#include "applier.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue