Updating branch refs/heads/master
         to b1628f069d23ef1ebac3769e3f71d976e9b3b56e (commit)
       from 9f93b29c7fa2920626eb1b8c6c0e7d8454cbfe1d (commit)

commit b1628f069d23ef1ebac3769e3f71d976e9b3b56e
Author: Simon Steinbeiss <simon.steinbe...@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,
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to