[Xfce4-commits] <postler:master> Don't declare Indicate.Server as a static class

Christian Dywan noreply at xfce.org
Sat Jul 2 23:12:01 CEST 2011


Updating branch refs/heads/master
         to 38e2d0f2f707b41564c38f0c82441c4681535a54 (commit)
       from bfcaa3f9ddbe266b0f418506d64fe85fa68723fe (commit)

commit 38e2d0f2f707b41564c38f0c82441c4681535a54
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Jul 2 22:47:58 2011 +0200

    Don't declare Indicate.Server as a static class
    
    It's apparently an error in new Vala versions.

 postler/indicate.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/indicate.vapi b/postler/indicate.vapi
index c107645..3fb3370 100644
--- a/postler/indicate.vapi
+++ b/postler/indicate.vapi
@@ -78,7 +78,7 @@ namespace Indicate {
 		public static void show_interest (Indicate.Listener listener, Indicate.ListenerServer server, Indicate.Interests interest);
 	}
 	[CCode (cheader_filename = "libindicate/server.h")]
-	public static class Server : GLib.Object {
+	public class Server : GLib.Object {
 		public void add_indicator (Indicate.Indicator indicator);
 		public virtual bool check_interest (Indicate.Interests interest);
 		[NoWrapper]



More information about the Xfce4-commits mailing list