From 977ae7778f8ef610604f6ea4360f0041a62a26a8 Mon Sep 17 00:00:00 2001 From: monsta Date: Sat, 24 Dec 2016 15:51:16 +0300 Subject: mate-about: switch to GtkAboutDialog --- mate-about/mate-about.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mate-about/mate-about.h') diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index 229cf92..1f8c4a6 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -26,8 +26,6 @@ #include // for gettext #include -#include - const char* program_name = "MATE Desktop Environment"; const char* version = PACKAGE_VERSION; const char* icon = "mate"; @@ -649,7 +647,7 @@ const char* artists[] = { }; // widget for mate-about window -MateAboutDialog* mate_about_dialog = FALSE; +GtkAboutDialog* mate_about_dialog = FALSE; GtkApplication* mate_about_application; -- cgit v1.2.1