diff options
author | raveit65 <[email protected]> | 2016-07-28 00:22:52 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2016-07-29 14:12:20 +0300 |
commit | 5804d2d753e8f27189897f23f0dc414051910ac9 (patch) | |
tree | 93ebc9035451bdc4c30aa2904d608a18d55d1b0d /shell | |
parent | 921ee4b7690bd476d97b816f93339eda213342f0 (diff) | |
download | atril-5804d2d753e8f27189897f23f0dc414051910ac9.tar.bz2 atril-5804d2d753e8f27189897f23f0dc414051910ac9.tar.xz |
use GtkAbout instead of MateAbout
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ev-window.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c index 27ecdaa6..9ffcc872 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -42,7 +42,6 @@ #include <gtk/gtk.h> #ifdef WITH_MATEDESKTOP -#include <libmate-desktop/mate-aboutdialog.h> #include <libmate-desktop/mate-gsettings.h> #endif @@ -5233,11 +5232,7 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window) comments = build_comments_string (ev_window->priv->document); -#ifdef WITH_MATEDESKTOP - mate_show_about_dialog ( -#else gtk_show_about_dialog ( -#endif GTK_WINDOW (ev_window), "name", _("Atril"), "version", VERSION, |