libsounds r191 - trunk/libsounds
- From: rbradford svn gnome org
- To: svn-commits-list gnome org
- Subject: libsounds r191 - trunk/libsounds
- Date: Fri, 25 Jul 2008 14:53:14 +0000 (UTC)
Author: rbradford
Date: Fri Jul 25 14:53:14 2008
New Revision: 191
URL: http://svn.gnome.org/viewvc/libsounds?rev=191&view=rev
Log:
2008-07-25 Rob Bradford <rob robster org uk>
* sound-properties.h:
Don't include the individual gtk/gtkobject.h header file. Use
gtk/gtk.h instead.
* sound-view.c:
Remove the inclusion of the unused libgnomeui header file.
Modified:
trunk/libsounds/ChangeLog
trunk/libsounds/sound-properties.h
trunk/libsounds/sound-view.c
Modified: trunk/libsounds/sound-properties.h
==============================================================================
--- trunk/libsounds/sound-properties.h (original)
+++ trunk/libsounds/sound-properties.h Fri Jul 25 14:53:14 2008
@@ -1,7 +1,7 @@
#ifndef __SOUND_PROPERTIES_H__
#define __SOUND_PROPERTIES_H__
-#include <gtk/gtkobject.h>
+#include <gtk/gtk.h>
#include "sound-event.h"
#define SOUND_PROPERTIES_TYPE (sound_properties_get_type ())
Modified: trunk/libsounds/sound-view.c
==============================================================================
--- trunk/libsounds/sound-view.c (original)
+++ trunk/libsounds/sound-view.c Fri Jul 25 14:53:14 2008
@@ -3,7 +3,6 @@
#include "sound-view.h"
#include <gio/gio.h>
#include <libgnome/libgnome.h>
-#include <libgnomeui/libgnomeui.h>
static GtkVBoxClass *sound_view_parent_class;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]