[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 06/06: Use proper icon for configuration dialog.
noreply at xfce.org
noreply at xfce.org
Thu Jan 30 22:17:18 CET 2020
This is an automated email from the git hooks/post-receive script.
g o t t c o d e 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-whiskermenu-plugin.
commit 3143eb7958f465697ddb74a1ade2236cf48e41f5
Author: Graeme Gott <graeme at gottcode.org>
Date: Thu Jan 30 16:09:40 2020 -0500
Use proper icon for configuration dialog.
---
panel-plugin/configuration-dialog.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/configuration-dialog.cpp b/panel-plugin/configuration-dialog.cpp
index c4e8f55..e3a29ac 100644
--- a/panel-plugin/configuration-dialog.cpp
+++ b/panel-plugin/configuration-dialog.cpp
@@ -105,7 +105,7 @@ ConfigurationDialog::ConfigurationDialog(Plugin* plugin) :
_("_Close"), GTK_RESPONSE_CLOSE,
NULL);
#endif
- gtk_window_set_icon_name(GTK_WINDOW(m_window), "document-properties");
+ gtk_window_set_icon_name(GTK_WINDOW(m_window), "xfce4-whiskermenu");
gtk_window_set_position(GTK_WINDOW(m_window), GTK_WIN_POS_CENTER);
g_signal_connect_slot(m_window, "response", &ConfigurationDialog::response, this);
g_signal_connect_swapped(m_window, "destroy", G_CALLBACK(whiskermenu_config_dialog_delete), this);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list