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:
parent
323bb9f54d
commit
f437b8f99d
4 changed files with 11 additions and 1 deletions
|
@ -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>
|
2007-07-27 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
* appearance-themes.c: (themes_init): constify drag'n'drop data, remove
|
* appearance-themes.c: (themes_init): constify drag'n'drop data, remove
|
||||||
|
|
|
@ -20,10 +20,11 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "appearance.h"
|
#include "appearance.h"
|
||||||
|
#include "theme-util.h"
|
||||||
|
|
||||||
#include <glib/gi18n.h>
|
#include <glib/gi18n.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "theme-util.h"
|
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
theme_delete (const gchar *name, ThemeType type)
|
theme_delete (const gchar *name, ThemeType type)
|
||||||
|
|
|
@ -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>
|
2007-07-26 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
* gconf-property-editor.c: (peditor_tree_view_widget_changed),
|
* gconf-property-editor.c: (peditor_tree_view_widget_changed),
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <libgnomevfs/gnome-vfs.h>
|
#include <libgnomevfs/gnome-vfs.h>
|
||||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||||
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
GNOME_THEME_TYPE_METATHEME,
|
GNOME_THEME_TYPE_METATHEME,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue