[vinagre] Fix compilation of Spice plugin



commit 34afaedc8e7afd63e4795b494772af4a30afcdf1
Author: Tomas Bzatek <tbzatek redhat com>
Date:   Tue Jun 14 15:51:08 2011 +0200

    Fix compilation of Spice plugin

 plugins/spice/vinagre-spice-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/spice/vinagre-spice-plugin.c b/plugins/spice/vinagre-spice-plugin.c
index b4d8a99..f08dac0 100644
--- a/plugins/spice/vinagre-spice-plugin.c
+++ b/plugins/spice/vinagre-spice-plugin.c
@@ -349,7 +349,7 @@ vinagre_spice_plugin_class_init (VinagreSpicePluginClass *klass)
 }
 
 __attribute__((constructor)) void
-spice_register_types (PeasObjectModule *module)
+spice_register_types (void)
 {
   g_type_init ();
   volatile dontoptimiseaway = vinagre_spice_plugin_get_type ();



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