[Xfce4-commits] [xfce/xfce4-power-manager] 02/02: Fix compile error in battery panel plugin

noreply at xfce.org noreply at xfce.org
Sun Jun 29 22:33:18 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 ecf25ab606f5c5cd9da65e8a3511f06d955dea6a
Author: Harald Judt <h.judt at gmx.at>
Date:   Sun Jun 29 14:35:22 2014 +0200

    Fix compile error in battery panel plugin
---
 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 e59f991..ee6bdf6 100644
--- a/panel-plugins/battery/battery-button.c
+++ b/panel-plugins/battery/battery-button.c
@@ -489,7 +489,7 @@ battery_button_set_width (BatteryButton *button, gint width)
 {
     g_return_if_fail (BATTERY_IS_BUTTON (button));
 
-    battery->priv->panel_icon_width = width;
+    button->priv->panel_icon_width = width;
 
     battery_button_set_icon (button);
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list