[Xfce4-commits] <xfce4-cpufreq-plugin:master> Fix missing return type of cpufreq_show_about (bug #10343).
Harald Judt
noreply at xfce.org
Wed Sep 11 13:06:01 CEST 2013
Updating branch refs/heads/master
to d5143a708d5dbbc27734a98ad788f381c5fa53d9 (commit)
from f04348d0956d91e827ec656e0c43e37835fd06fc (commit)
commit d5143a708d5dbbc27734a98ad788f381c5fa53d9
Author: Guido Berhoerster <gber at opensuse.org>
Date: Wed Sep 11 13:02:51 2013 +0200
Fix missing return type of cpufreq_show_about (bug #10343).
panel-plugin/xfce4-cpufreq-plugin.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/panel-plugin/xfce4-cpufreq-plugin.c b/panel-plugin/xfce4-cpufreq-plugin.c
index 41285aa..322ddd0 100644
--- a/panel-plugin/xfce4-cpufreq-plugin.c
+++ b/panel-plugin/xfce4-cpufreq-plugin.c
@@ -558,6 +558,7 @@ cpufreq_set_size (XfcePanelPlugin *plugin, gint size, CpuFreqPlugin *cpufreq)
return TRUE;
}
+static void
cpufreq_show_about(XfcePanelPlugin *plugin,
CpuFreqPlugin *cpufreq)
{
More information about the Xfce4-commits
mailing list