diff options
author | Stefano Karapetsas <[email protected]> | 2014-04-23 22:02:11 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-04-23 22:02:11 +0200 |
commit | 3e894dbd0538d1433a0a3be22c7a0388ad9fb8d9 (patch) | |
tree | 4dad59c4dbc9dc61b356d19b629dc875619bcd46 /mate-about/mate-about.h | |
parent | 018dc694f53f4d87337212cc46fd719ecbc6967e (diff) | |
download | mate-desktop-3e894dbd0538d1433a0a3be22c7a0388ad9fb8d9.tar.bz2 mate-desktop-3e894dbd0538d1433a0a3be22c7a0388ad9fb8d9.tar.xz |
mate-about: Use MateAboutDialog
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r-- | mate-about/mate-about.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index 3993f67..6f9c58f 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -26,6 +26,8 @@ #include <glib/gi18n.h> #include <config.h> // autogenerated by ./configure +#include <libmate-desktop/mate-aboutdialog.h> + #ifdef USE_UNIQUE #include <unique/unique.h> #endif @@ -642,7 +644,7 @@ }; // widget for mate-about window - GtkAboutDialog* mate_about_dialog = FALSE; + MateAboutDialog* mate_about_dialog = FALSE; // libunique thing #ifdef USE_UNIQUE |