[Xfce4-commits] <parole:master> Revert my fixes that ochosi already fixed
Sean Davis
noreply at xfce.org
Mon Nov 11 12:00:01 CET 2013
Updating branch refs/heads/master
to 2ffcfb81207b68cc3dab146e953dbb5619f5ad2a (commit)
from ee16f0f2ca60d307f75a244e2d3f43d7044e3cf8 (commit)
commit 2ffcfb81207b68cc3dab146e953dbb5619f5ad2a
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Mon Nov 11 05:58:35 2013 -0500
Revert my fixes that ochosi already fixed
src/parole-conf-dialog.c | 5 -----
src/parole-conf.c | 2 +-
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/src/parole-conf-dialog.c b/src/parole-conf-dialog.c
index cd34c56..b9f6091 100644
--- a/src/parole-conf-dialog.c
+++ b/src/parole-conf-dialog.c
@@ -60,11 +60,6 @@ void
parole_conf_dialog_subtitle_encoding_changed_cb (GtkComboBox *widget,
ParoleConfDialog *self);
-void
-parole_conf_dialog_enable_vis_changed_cb (GObject *object,
- GParamSpec *pspec,
- gpointer *data);
-
void brightness_value_changed_cb (GtkRange *range,
ParoleConfDialog *self);
diff --git a/src/parole-conf.c b/src/parole-conf.c
index a5db768..a18e001 100644
--- a/src/parole-conf.c
+++ b/src/parole-conf.c
@@ -244,7 +244,7 @@ static void parole_conf_get_property (GObject *object,
}
}
-static gchar *parole_conf_map_xfconf_property_name (const gchar *prop_name)
+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