gnome-settings-daemon r261 - in trunk: . plugins/media-keys/actions



Author: jensg
Date: Sat Apr  5 10:07:58 2008
New Revision: 261
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=261&view=rev

Log:
2008-04-05  Jens Granseuer  <jensgr gmx net>

	Patch by: Lorne Applebaum <4lorne gmail com>

	* plugins/media-keys/actions/acme-volume-dummy.h: fix TYPE macro and
	remove an unimplemented prototype


Modified:
   trunk/ChangeLog
   trunk/plugins/media-keys/actions/acme-volume-dummy.h

Modified: trunk/plugins/media-keys/actions/acme-volume-dummy.h
==============================================================================
--- trunk/plugins/media-keys/actions/acme-volume-dummy.h	(original)
+++ trunk/plugins/media-keys/actions/acme-volume-dummy.h	Sat Apr  5 10:07:58 2008
@@ -24,7 +24,7 @@
 #include <glib-object.h>
 #include "acme-volume.h"
 
-#define ACME_TYPE_VOLUME_DUMMY		(acme_volume_get_type ())
+#define ACME_TYPE_VOLUME_DUMMY		(acme_volume_dummy_get_type ())
 #define ACME_VOLUME_DUMMY(obj)		(G_TYPE_CHECK_INSTANCE_CAST ((obj), ACME_TYPE_VOLUME_DUMMY, AcmeVolumeDummy))
 #define ACME_VOLUME_DUMMY_CLASS(klass)	(G_TYPE_CHECK_CLASS_CAST ((klass), ACME_TYPE_VOLUME_DUMMY, AcmeVolumeDummyClass))
 #define ACME_IS_VOLUME_DUMMY(obj)	(G_TYPE_CHECK_INSTANCE_TYPE ((obj), ACME_TYPE_VOLUME_DUMMY))
@@ -42,5 +42,3 @@
 };
 
 GType acme_volume_dummy_get_type		(void);
-AcmeVolume* acme_volume_dummy_new		(void);
-



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