From 1e1ee4c0f9565d02e1cd245c50fec1764003ce81 Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Thu, 11 Dec 2014 22:57:07 +0100 Subject: [PATCH] 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,