diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-16 20:50:06 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-16 20:53:39 +0800 |
commit | c4cfe9bec8232e6265c507135fcf94947c485083 (patch) | |
tree | 460251213b34f05bcbf65e35a4e131b8e6089bed /src/empathy-preferences.c | |
parent | c613ffe9a51cd7cf7abe6c412cda534db5fc42a3 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'src/empathy-preferences.c')
-rw-r--r-- | src/empathy-preferences.c | 2 |
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) { |