[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 84/96: Fix pixmap path

noreply at xfce.org noreply at xfce.org
Thu Nov 27 22:21:29 CET 2014


This is an automated email from the git hooks/post-receive script.

nick pushed a commit to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.

commit 73de1f919240f9e4377a8488abe984365bfb0288
Author: OmegaPhil <OmegaPhil at gmail.com>
Date:   Tue Aug 19 20:08:45 2014 +0100

    Fix pixmap path
---
 src/applet.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/applet.cpp b/src/applet.cpp
index 9282f16..d4f7092 100644
--- a/src/applet.cpp
+++ b/src/applet.cpp
@@ -158,7 +158,7 @@ Applet::Applet(XfcePanelPlugin *plugin)
   : panel_applet(plugin),
 
   // Setting defaults
-  icon_path("/usr/share/pixmaps/hardware-monitor-applet.png"),
+  icon_path("/usr/share/pixmaps/xfce4-hardware-monitor-plugin.png"),
   viewer_type("curve"),
   viewer_font(""),
   viewer_size(96),  // Arbitrary default, see later in this function for notes

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


More information about the Xfce4-commits mailing list