aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-16 20:50:06 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-16 20:53:39 +0800
commitc4cfe9bec8232e6265c507135fcf94947c485083 (patch)
tree460251213b34f05bcbf65e35a4e131b8e6089bed
parentc613ffe9a51cd7cf7abe6c412cda534db5fc42a3 (diff)
downloadgsoc2013-empathy-c4cfe9bec8232e6265c507135fcf94947c485083.tar
gsoc2013-empathy-c4cfe9bec8232e6265c507135fcf94947c485083.tar.gz
gsoc2013-empathy-c4cfe9bec8232e6265c507135fcf94947c485083.tar.bz2
gsoc2013-empathy-c4cfe9bec8232e6265c507135fcf94947c485083.tar.lz
gsoc2013-empathy-c4cfe9bec8232e6265c507135fcf94947c485083.tar.xz
gsoc2013-empathy-c4cfe9bec8232e6265c507135fcf94947c485083.tar.zst
gsoc2013-empathy-c4cfe9bec8232e6265c507135fcf94947c485083.zip
coding style fix
-rw-r--r--src/empathy-preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index c0fc679cf..c7f50dd14 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -1106,7 +1106,7 @@ preferences_themes_setup (EmpathyPreferences *preferences)
preferences);
}
-static gchar*
+static gchar *
preferences_call_format_volume_cb (GtkScale *scale,
gdouble value)
{