[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 05/37: Use proper window icon
noreply at xfce.org
noreply at xfce.org
Mon Mar 23 23:30:00 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 m a s t e r
in repository panel-plugins/xfce4-clipman-plugin.
commit 87e6472ab5cc7ccdbf4352ad0466585df4451997
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon Mar 16 01:35:50 2020 +0100
Use proper window icon
---
panel-plugin/xfce4-clipman-history.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/xfce4-clipman-history.c b/panel-plugin/xfce4-clipman-history.c
index 092b5e1..aa550f8 100644
--- a/panel-plugin/xfce4-clipman-history.c
+++ b/panel-plugin/xfce4-clipman-history.c
@@ -281,7 +281,7 @@ clipman_history_dialog_init (MyPlugin *plugin)
dialog = xfce_titled_dialog_new ();
gtk_window_set_title (GTK_WINDOW (dialog), _("Clipboard History"));
- gtk_window_set_icon_name (GTK_WINDOW (dialog), "clipman");
+ gtk_window_set_icon_name (GTK_WINDOW (dialog), "xfce4-clipman-plugin");
gtk_window_set_default_size (GTK_WINDOW (dialog), 350, 450);
gtk_window_set_type_hint (GTK_WINDOW (dialog), GDK_WINDOW_TYPE_HINT_NORMAL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list