Add missing include

2007-07-28  Thomas Wood  <thos@gnome.org>

	* gnome-theme-info.h: Add missing include

2007-07-28  Thomas Wood  <thos@gnome.org>

	* theme-util.c: Add missing include

svn path=/trunk/; revision=7906
This commit is contained in:
Thomas Wood 2007-07-28 10:53:57 +00:00 committed by Thomas Wood
parent 323bb9f54d
commit f437b8f99d
4 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-07-28 Thomas Wood <thos@gnome.org>
* theme-util.c: Add missing include
2007-07-27 Jens Granseuer <jensgr@gmx.net>
* appearance-themes.c: (themes_init): constify drag'n'drop data, remove

View file

@ -20,10 +20,11 @@
*/
#include "appearance.h"
#include "theme-util.h"
#include <glib/gi18n.h>
#include <string.h>
#include "theme-util.h"
gboolean
theme_delete (const gchar *name, ThemeType type)

View file

@ -1,3 +1,7 @@
2007-07-28 Thomas Wood <thos@gnome.org>
* gnome-theme-info.h: Add missing include
2007-07-26 Jens Granseuer <jensgr@gmx.net>
* gconf-property-editor.c: (peditor_tree_view_widget_changed),

View file

@ -28,6 +28,7 @@
#include <glib.h>
#include <libgnomevfs/gnome-vfs.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk/gdk.h>
typedef enum {
GNOME_THEME_TYPE_METATHEME,