[Xfce4-commits] <parole:master> Fix build errors

Sean Davis noreply at xfce.org
Mon Nov 11 11:56:01 CET 2013


Updating branch refs/heads/master
         to 389705e7bcc206124c5716ec960291f843507a95 (commit)
       from 7db869c5da74c8a8f6f63d4e380c348077ad39b9 (commit)

commit 389705e7bcc206124c5716ec960291f843507a95
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Mon Nov 11 05:55:25 2013 -0500

    Fix build errors

 src/parole-conf-dialog.c |    5 ++++-
 src/parole-conf.c        |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/parole-conf-dialog.c b/src/parole-conf-dialog.c
index bf410b7..b9f6091 100644
--- a/src/parole-conf-dialog.c
+++ b/src/parole-conf-dialog.c
@@ -51,6 +51,10 @@ parole_conf_dialog_vis_plugin_changed_cb            (GtkComboBox *widget,
 
 void        parole_conf_dialog_font_set_cb          (GtkFontButton *button,
                                                      ParoleConfDialog *self);
+                                                     
+void parole_conf_dialog_enable_vis_changed_cb (GObject *object,
+                                               GParamSpec *pspec,
+                                               gpointer *data);
     
 void        
 parole_conf_dialog_subtitle_encoding_changed_cb     (GtkComboBox *widget,
@@ -420,7 +424,6 @@ void parole_conf_dialog_open (ParoleConfDialog *self, GtkWidget *parent)
     GtkWidget  *dialog;
     GtkWidget  *combox;
     gboolean    with_display;
-    gboolean    reset_saver;
     
     GtkWidget *switch_widget;
     
diff --git a/src/parole-conf.c b/src/parole-conf.c
index fe2ee55..7ac6fba 100644
--- a/src/parole-conf.c
+++ b/src/parole-conf.c
@@ -242,7 +242,7 @@ static void parole_conf_get_property (GObject *object,
     }
 }
 
-gchar *parole_conf_map_xfconf_property_name (const gchar *prop_name)
+static gchar *parole_conf_map_xfconf_property_name (const gchar *prop_name)
 {
     gchar *value = NULL;
     if (g_strcmp0(prop_name, "/audio/visualization-enabled") == 0)


More information about the Xfce4-commits mailing list