[emerillon-plugins] Adapt to the lastest changes in the vala clutter bindings, fix copyright year



commit 699b97fc8ca1444fe24c03a0bd19516b51d09547
Author: Simon Wenner <simon wenner ch>
Date:   Mon Apr 26 20:49:53 2010 +0200

    Adapt to the lastest changes in the vala clutter bindings, fix copyright year

 configure.ac                           |    2 +-
 plugins/image-export/image-export.vala |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 51507dc..8f2f206 100644
--- a/configure.ac
+++ b/configure.ac
@@ -309,7 +309,7 @@ fi
 plugin_defined image-export
 if test "$?" = 1
 then
-  AM_PROG_VALAC([0.8.0])
+  AM_PROG_VALAC([0.8.2])
 
   PKG_CHECK_MODULES(IMAGEEXPORT,
 		[
diff --git a/plugins/image-export/image-export.vala b/plugins/image-export/image-export.vala
index b0e34f3..21a6bbc 100644
--- a/plugins/image-export/image-export.vala
+++ b/plugins/image-export/image-export.vala
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Simon Wenner <simon wenner ch>
+ * Copyright (C) 2010 Simon Wenner <simon wenner ch>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -91,7 +91,7 @@ public class ImageExportPlugin : Ethos.Plugin
   {
     /* create an image of the stage */
     var clutter_stage = view.get_stage ();
-    weak uchar[] pixels = clutter_stage.read_pixels (0, 0, -1, -1);
+    uchar[] pixels = clutter_stage.read_pixels (0, 0, -1, -1);
     int width = (int) clutter_stage.width;
     int height = (int) clutter_stage.height;
 



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