[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Make function static to suppress a warning
noreply at xfce.org
noreply at xfce.org
Tue Jul 15 19:08:01 CEST 2014
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 857e928504ddafb1d9876f8ecd4790ea1a11fa92
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Tue Jul 15 20:07:28 2014 +0300
Make function static to suppress a warning
---
panel-plugins/battery/battery-button.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugins/battery/battery-button.c b/panel-plugins/battery/battery-button.c
index 6b37fde..f62ae36 100644
--- a/panel-plugins/battery/battery-button.c
+++ b/panel-plugins/battery/battery-button.c
@@ -524,7 +524,7 @@ battery_button_size_changed_cb (XfcePanelPlugin *plugin, gint size, BatteryButto
return battery_button_set_icon (button);
}
-void
+static void
battery_button_style_set_cb (XfcePanelPlugin *plugin, GtkStyle *prev_style, BatteryButton *button)
{
gtk_widget_reset_rc_styles (GTK_WIDGET (plugin));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list