[Xfce4-commits] [xfce/xfce4-settings] 01/01: Fix icon names
noreply at xfce.org
noreply at xfce.org
Sun Nov 18 22:38:00 CET 2018
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 m a s t e r
in repository xfce/xfce4-settings.
commit 8248ed5e1ee88f3037c9d910f67d0606084b9be2
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Nov 18 22:36:47 2018 +0100
Fix icon names
---
xfce4-settings-editor/xfce-settings-editor-box.c | 2 +-
xfce4-settings-editor/xfce-settings-prop-dialog.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfce4-settings-editor/xfce-settings-editor-box.c b/xfce4-settings-editor/xfce-settings-editor-box.c
index 57468b5..4251baf 100644
--- a/xfce4-settings-editor/xfce-settings-editor-box.c
+++ b/xfce4-settings-editor/xfce-settings-editor-box.c
@@ -319,7 +319,7 @@ xfce_settings_editor_box_init (XfceSettingsEditorBox *self)
gtk_button_box_set_layout (GTK_BUTTON_BOX (bbox), GTK_BUTTONBOX_START);
gtk_widget_show (bbox);
- button = xfce_gtk_button_new_mixed ("edit-add", _("New"));
+ button = xfce_gtk_button_new_mixed ("list-add", _("New"));
gtk_container_add (GTK_CONTAINER (bbox), button);
gtk_button_box_set_child_non_homogeneous (GTK_BUTTON_BOX (bbox), button, TRUE);
gtk_widget_set_tooltip_text (button, _("New property"));
diff --git a/xfce4-settings-editor/xfce-settings-prop-dialog.c b/xfce4-settings-editor/xfce-settings-prop-dialog.c
index eb74f3e..72caebe 100644
--- a/xfce4-settings-editor/xfce-settings-prop-dialog.c
+++ b/xfce4-settings-editor/xfce-settings-prop-dialog.c
@@ -137,7 +137,7 @@ xfce_settings_prop_dialog_init (XfceSettingsPropDialog *dialog)
GtkCellRenderer *render;
GtkWidget *save_button;
- gtk_window_set_icon_name (GTK_WINDOW (dialog), "edit-add");
+ gtk_window_set_icon_name (GTK_WINDOW (dialog), "list-add");
gtk_window_set_title (GTK_WINDOW (dialog), _("New Property"));
gtk_window_set_default_size (GTK_WINDOW (dialog), 300, 200);
gtk_dialog_add_buttons (GTK_DIALOG (dialog),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list