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,