[Xfce4-commits] [xfce/xfce4-power-manager] 02/02: Switch to symbolic window-close icons
noreply at xfce.org
noreply at xfce.org
Fri Mar 6 00:04:36 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/xfce4-power-manager.
commit 042d684bf35fcc2033ffcbe3a338a66c6e446bd9
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu Nov 7 01:06:14 2019 +0100
Switch to symbolic window-close icons
---
data/interfaces/xfpm-settings.ui | 2 +-
panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/interfaces/xfpm-settings.ui b/data/interfaces/xfpm-settings.ui
index 4bc8597..2996b15 100644
--- a/data/interfaces/xfpm-settings.ui
+++ b/data/interfaces/xfpm-settings.ui
@@ -82,7 +82,7 @@
<object class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="icon_name">window-close</property>
+ <property name="icon_name">window-close-symbolic</property>
</object>
<object class="GtkAdjustment" id="light-locker-late-locking-adjustment">
<property name="lower">1</property>
diff --git a/panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c b/panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c
index 3c6a2bc..bd947be 100644
--- a/panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c
+++ b/panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c
@@ -159,7 +159,7 @@ power_manager_plugin_configure (XfcePanelPlugin *plugin,
GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
GTK_DIALOG_DESTROY_WITH_PARENT,
"help-browser", _("_Help"), GTK_RESPONSE_HELP,
- "window-close", _("_Close"), GTK_RESPONSE_OK,
+ "window-close-symbolic", _("_Close"), GTK_RESPONSE_OK,
NULL);
gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list