[Rawstudio-commit] r3936 - trunk/plugins/output-facebook
Anders Kvist
anders at kvistmail.dk
Sun Mar 27 19:57:18 CEST 2011
Author: akv
Date: 2011-03-27 19:57:17 +0200 (Sun, 27 Mar 2011)
New Revision: 3936
Modified:
trunk/plugins/output-facebook/output-facebook.c
Log:
Fixed problem in facebook plugin - patch by Simone Contini.
Modified: trunk/plugins/output-facebook/output-facebook.c
===================================================================
--- trunk/plugins/output-facebook/output-facebook.c 2011-03-26 22:10:10 UTC (rev 3935)
+++ trunk/plugins/output-facebook/output-facebook.c 2011-03-27 17:57:17 UTC (rev 3936)
@@ -82,7 +82,7 @@
static void get_property (GObject * object, guint property_id, GValue * value, GParamSpec * pspec);
static void set_property (GObject * object, guint property_id, const GValue * value, GParamSpec * pspec);
static gboolean execute (RSOutput * output, RSFilter * filter);
-static GtkWidget * get_album_selector_widget();
+static GtkWidget * get_album_selector_widget(RSFacebook *facebook);
static GtkWidget * get_logo_widget(RSFacebook *facebook);
G_MODULE_EXPORT void rs_plugin_load (RSPlugin * plugin)
More information about the Rawstudio-commit
mailing list