[Xfce4-commits] [apps/xfce4-taskmanager] 05/10: icon-name property was deprecated in gtk3

noreply at xfce.org noreply at xfce.org
Thu Dec 11 23:30:45 CET 2014


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch landry/gtk3
in repository apps/xfce4-taskmanager.

commit 1e1ee4c0f9565d02e1cd245c50fec1764003ce81
Author: Landry Breuil <landry at xfce.org>
Date:   Thu Dec 11 22:57:07 2014 +0100

    icon-name property was deprecated in gtk3
---
 src/process-window.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/process-window.c b/src/process-window.c
index f349329..4be696d 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -354,7 +354,9 @@ show_about_dialog (XtmProcessWindow *window)
 		"version", PACKAGE_VERSION,
 		"copyright", "Copyright \302\251 2005-2010 The Xfce development team",
 		"logo-icon-name", "utilities-system-monitor",
+#ifndef HAVE_GTK3
 		"icon-name", GTK_STOCK_ABOUT,
+#endif
 		"comments", _("Easy to use task manager"),
 		"license", license,
 		"authors", authors,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list