From 018dc694f53f4d87337212cc46fd719ecbc6967e Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 23 Apr 2014 21:59:06 +0200 Subject: libmate-desktop: Add MateAboutDialog class This will allow MATE applications to use traditional About dialogs with GTK 3 (unfortunately completely different starting from GTK 3.12). This is just a fork of GtkAboutDialog of GTK 2.24, adapted to work with GTK 3 too. --- libmate-desktop/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmate-desktop/Makefile.am') diff --git a/libmate-desktop/Makefile.am b/libmate-desktop/Makefile.am index 98c9c00..b36047c 100644 --- a/libmate-desktop/Makefile.am +++ b/libmate-desktop/Makefile.am @@ -5,6 +5,7 @@ libmate_desktop_HEADERS = \ mate-desktop-item.h \ mate-dconf.h \ mate-gsettings.h \ + mate-aboutdialog.h \ mate-bg.h \ mate-bg-crossfade.h \ mate-desktop-thumbnail.h \ @@ -34,6 +35,7 @@ libmate_desktop_2_la_SOURCES = \ mate-thumbnail-pixbuf-utils.c \ mate-dconf.c \ mate-gsettings.c \ + mate-aboutdialog.c \ mate-bg.c \ mate-bg-crossfade.c \ display-name.c \ -- cgit v1.2.1