totem r5050 - in trunk: . bindings/vala



Author: hadess
Date: Wed Jan 30 16:02:12 2008
New Revision: 5050
URL: http://svn.gnome.org/viewvc/totem?rev=5050&view=rev

Log:
2008-01-30  Bastien Nocera  <hadess hadess net>

	* bindings/vala/totem.vapi:
	* configure.in: Fix compilation with vala 0.1.6, spotted
	by GÃtz Waschk <waschk mandriva org> (Closes: #512920)



Modified:
   trunk/ChangeLog
   trunk/bindings/vala/totem.vapi
   trunk/configure.in

Modified: trunk/bindings/vala/totem.vapi
==============================================================================
--- trunk/bindings/vala/totem.vapi	(original)
+++ trunk/bindings/vala/totem.vapi	Wed Jan 30 16:02:12 2008
@@ -10,7 +10,7 @@
 	}
 
 	[CCode (cheader_filename = "totem-plugin.h")]
-	public class Plugin :GLib.Object {
+	public abstract class Plugin :GLib.Object {
 		[NoArrayLength]
 		[CCode (cname = "totem_plugin_get_type")]
 		public static GLib.Type get_type ();

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Wed Jan 30 16:02:12 2008
@@ -39,7 +39,7 @@
 LIBGNOME_REQS=2.14.0
 GNOMEICON_REQS=2.15.90
 DBUS_REQS=0.61
-VALA_REQS=0.1.5
+VALA_REQS=0.1.6
 
 TOTEM_VERSION_MAJOR=totem_version_major
 TOTEM_VERSION_MINOR=totem_version_minor



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