From ebdb94429a048642c049b90e059d265c41a7eb27 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 16 Jun 2016 22:18:28 +0200 Subject: use gtk_show_about_dialog for gtk+-2.0 --- src/gpm-tray-icon.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/gpm-tray-icon.c b/src/gpm-tray-icon.c index f4b0b94..47315ba 100644 --- a/src/gpm-tray-icon.c +++ b/src/gpm-tray-icon.c @@ -39,9 +39,6 @@ #include #include #include -#if !GTK_CHECK_VERSION (3, 0, 0) -#include -#endif #include "egg-debug.h" @@ -185,11 +182,7 @@ gpm_tray_icon_show_about_cb (GtkMenuItem *item, gpointer data) NULL }; -#if GTK_CHECK_VERSION (3, 0, 0) gtk_show_about_dialog (NULL, -#else - mate_show_about_dialog (NULL, -#endif "program-name", _("Power Manager"), "version", VERSION, "comments", _("Power management daemon"), -- cgit v1.2.1