gnome-media r4107 - in trunk: . grecord/src gst-mixer/src profiles



Author: malureau
Date: Mon Dec 15 01:14:09 2008
New Revision: 4107
URL: http://svn.gnome.org/viewvc/gnome-media?rev=4107&view=rev

Log:
2008-12-15  Marc-Andrà Lureau  <marcandre lureau gmail com>

* grecord/src/gsr-window.h, gst-mixer/src/button.h,
gst-mixer/src/element.h, gst-mixer/src/preferences.h,
gst-mixer/src/volume.h, profiles/audio-profile-choose.h,
profiles/audio-profile-edit.h, profiles/audio-profiles-edit.h,
profiles/gnome-audio-profiles-properties.c: clean up GLib and GTK+
includes. Closes #563573

Patch by: Luis Menina <liberforce freeside fr>

Modified:
   trunk/ChangeLog
   trunk/grecord/src/gsr-window.h
   trunk/gst-mixer/src/button.h
   trunk/gst-mixer/src/element.h
   trunk/gst-mixer/src/preferences.h
   trunk/gst-mixer/src/volume.h
   trunk/profiles/audio-profile-choose.h
   trunk/profiles/audio-profile-edit.h
   trunk/profiles/audio-profiles-edit.h
   trunk/profiles/gnome-audio-profiles-properties.c

Modified: trunk/grecord/src/gsr-window.h
==============================================================================
--- trunk/grecord/src/gsr-window.h	(original)
+++ trunk/grecord/src/gsr-window.h	Mon Dec 15 01:14:09 2008
@@ -28,7 +28,7 @@
 #ifndef __GSR_WINDOW_H__
 #define __GSR_WINDOW_H__
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #define GSR_TYPE_WINDOW (gsr_window_get_type ())
 #define GSR_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GSR_TYPE_WINDOW, GSRWindow))

Modified: trunk/gst-mixer/src/button.h
==============================================================================
--- trunk/gst-mixer/src/button.h	(original)
+++ trunk/gst-mixer/src/button.h	Mon Dec 15 01:14:09 2008
@@ -23,7 +23,7 @@
 #define __GVC_BUTTON_H__
 
 #include <glib.h>
-#include <gtk/gtkbutton.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 

Modified: trunk/gst-mixer/src/element.h
==============================================================================
--- trunk/gst-mixer/src/element.h	(original)
+++ trunk/gst-mixer/src/element.h	Mon Dec 15 01:14:09 2008
@@ -23,7 +23,7 @@
 #define __GVC_ELEMENT_H__
 
 #include <glib.h>
-#include <gtk/gtknotebook.h>
+#include <gtk/gtk.h>
 #include <gconf/gconf-client.h>
 #include <gst/interfaces/mixer.h>
 

Modified: trunk/gst-mixer/src/preferences.h
==============================================================================
--- trunk/gst-mixer/src/preferences.h	(original)
+++ trunk/gst-mixer/src/preferences.h	Mon Dec 15 01:14:09 2008
@@ -23,7 +23,7 @@
 #define __GVC_PREFERENCES_H__
 
 #include <glib.h>
-#include <gtk/gtkdialog.h>
+#include <gtk/gtk.h>
 #include <gconf/gconf-client.h>
 #include <gst/interfaces/mixer.h>
 

Modified: trunk/gst-mixer/src/volume.h
==============================================================================
--- trunk/gst-mixer/src/volume.h	(original)
+++ trunk/gst-mixer/src/volume.h	Mon Dec 15 01:14:09 2008
@@ -23,7 +23,7 @@
 #define __GVC_VOLUME_H__
 
 #include <glib.h>
-#include <gtk/gtkfixed.h>
+#include <gtk/gtk.h>
 #include <gst/interfaces/mixer.h>
 
 G_BEGIN_DECLS

Modified: trunk/profiles/audio-profile-choose.h
==============================================================================
--- trunk/profiles/audio-profile-choose.h	(original)
+++ trunk/profiles/audio-profile-choose.h	Mon Dec 15 01:14:09 2008
@@ -23,7 +23,7 @@
 #define GM_AUDIO_PROFILE_CHOOSE_H
 
 #include "audio-profile.h"
-#include <gtk/gtkcombobox.h>
+#include <gtk/gtk.h>
 #include <gconf/gconf-client.h>
 
 G_BEGIN_DECLS

Modified: trunk/profiles/audio-profile-edit.h
==============================================================================
--- trunk/profiles/audio-profile-edit.h	(original)
+++ trunk/profiles/audio-profile-edit.h	Mon Dec 15 01:14:09 2008
@@ -22,7 +22,7 @@
 #ifndef GM_AUDIO_PROFILE_EDIT_H
 #define GM_AUDIO_PROFILE_EDIT_H
 
-#include <gtk/gtkdialog.h>
+#include <gtk/gtk.h>
 #include <gconf/gconf-client.h>
 
 G_BEGIN_DECLS

Modified: trunk/profiles/audio-profiles-edit.h
==============================================================================
--- trunk/profiles/audio-profiles-edit.h	(original)
+++ trunk/profiles/audio-profiles-edit.h	Mon Dec 15 01:14:09 2008
@@ -22,7 +22,7 @@
 #ifndef GM_AUDIO_PROFILES_EDIT_H
 #define GM_AUDIO_PROFILES_EDIT_H
 
-#include <gtk/gtkdialog.h>
+#include <gtk/gtk.h>
 #include <gconf/gconf-client.h>
 
 G_BEGIN_DECLS

Modified: trunk/profiles/gnome-audio-profiles-properties.c
==============================================================================
--- trunk/profiles/gnome-audio-profiles-properties.c	(original)
+++ trunk/profiles/gnome-audio-profiles-properties.c	Mon Dec 15 01:14:09 2008
@@ -24,7 +24,7 @@
 #endif
 
 #include <libintl.h>
-#include <gtk/gtkmain.h>
+#include <gtk/gtk.h>
 #include <libgnome/gnome-program.h>
 #include <libgnomeui/gnome-ui-init.h>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]