[Xfce4-commits] [xfce/xfce4-power-manager] 18/63: Update default icon and drop ac-adapter from Makefile

noreply at xfce.org noreply at xfce.org
Sun Mar 22 13:02:13 CET 2015


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 0f2c4a3a618962aa478feefde3c71d5809ce3210
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Mar 7 19:30:56 2015 +0100

    Update default icon and drop ac-adapter from Makefile
---
 data/icons/scalable/Makefile.am                           |    1 -
 panel-plugins/power-manager-plugin/power-manager-button.c |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am
index 7dbd34c..61e512c 100644
--- a/data/icons/scalable/Makefile.am
+++ b/data/icons/scalable/Makefile.am
@@ -26,7 +26,6 @@ Data_DATA =				                    \
     tablet.svg			                    \
     video-display.svg		                \
     xfpm-ac-adapter.svg		                \
-    xfpm-ac-adapter-symbolic.svg		    \
     xfpm-primary-000.svg		            \
     xfpm-primary-020.svg		            \
     xfpm-primary-040.svg		            \
diff --git a/panel-plugins/power-manager-plugin/power-manager-button.c b/panel-plugins/power-manager-plugin/power-manager-button.c
index b81e39f..5c6b594 100644
--- a/panel-plugins/power-manager-plugin/power-manager-button.c
+++ b/panel-plugins/power-manager-plugin/power-manager-button.c
@@ -851,7 +851,7 @@ power_manager_button_init (PowerManagerButton *button)
     }
 
     /* Sane defaults for the panel icon */
-    button->priv->panel_icon_name = g_strdup(XFPM_AC_ADAPTER_ICON);
+    button->priv->panel_icon_name = "battery-full-charged";
     button->priv->panel_icon_width = 24;
 
     /* Sane default Gtk style */

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


More information about the Xfce4-commits mailing list