From 7e403ea64834a8f53014c4a1b7b8c37b53ca32ad Mon Sep 17 00:00:00 2001 From: Ali Abdallah <ali.slackware@gmail.com> Date: Sat, 16 May 2009 15:01:20 +0000 Subject: [PATCH] Correct icons name for the settings dialog (Old svn revision: 7347) --- ChangeLog | 3 +++ settings/xfce4-power-manager-settings.desktop.in | 2 +- settings/xfpm-settings.c | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd0be654..6035b248 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ +2009-05-16 17:00 Ali aliov@xfce.org + * : Correct icons name for the settings dialog + 2009-05-16 16:27 Ali aliov@xfce.org * : Change icons name so we don't conflict with gpm diff --git a/settings/xfce4-power-manager-settings.desktop.in b/settings/xfce4-power-manager-settings.desktop.in index 5fc8c55f..55fc303d 100644 --- a/settings/xfce4-power-manager-settings.desktop.in +++ b/settings/xfce4-power-manager-settings.desktop.in @@ -4,7 +4,7 @@ _Name=Xfce 4 Power Manager _GenericName=Power Manager _Comment=Settings for the Xfce 4 Power Manager Exec=xfce4-power-manager-settings -Icon=gpm-ac-adapter +Icon=xfpm-ac-adapter Terminal=false Type=Application Categories=X-XFCE;Settings;DesktopSettings;X-XfceSettingsDialog; diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c index ed06b591..40953906 100644 --- a/settings/xfpm-settings.c +++ b/settings/xfpm-settings.c @@ -1388,7 +1388,7 @@ xfpm_settings_tree_view (XfconfChannel *channel, gboolean system_laptop) i++; /* ON ac power */ - pix = xfpm_load_icon("gpm-ac-adapter", 48); + pix = xfpm_load_icon("xfpm-ac-adapter", 48); gtk_list_store_append(list_store, &iter); if ( pix ) { -- GitLab