[Xfce4-commits] <parole:master> Fix one more build-error (missing declaration)
Simon Steinbeiss
noreply at xfce.org
Mon Nov 11 10:38:02 CET 2013
Updating branch refs/heads/master
to b1628f069d23ef1ebac3769e3f71d976e9b3b56e (commit)
from 9f93b29c7fa2920626eb1b8c6c0e7d8454cbfe1d (commit)
commit b1628f069d23ef1ebac3769e3f71d976e9b3b56e
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon Nov 11 10:36:43 2013 +0100
Fix one more build-error (missing declaration)
src/parole-conf.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/parole-conf.c b/src/parole-conf.c
index fe2ee55..a18e001 100644
--- a/src/parole-conf.c
+++ b/src/parole-conf.c
@@ -91,6 +91,8 @@ static void parole_conf_get_property (GObject *object,
guint prop_id,
GValue *value,
GParamSpec *pspec);
+gchar
+*parole_conf_map_xfconf_property_name (const gchar *prop_name);
static void parole_conf_set_property (GObject *object,
guint prop_id,
const GValue *value,
More information about the Xfce4-commits
mailing list