summaryrefslogtreecommitdiff
path: root/mate-panel/panel-context-menu.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-04-26 14:12:03 +0200
committerStefano Karapetsas <[email protected]>2014-04-26 14:12:03 +0200
commitc12158d5ac51aee5c857f06104d8803213cd42fd (patch)
tree395a2420ab9cadd9c0db3fd48375557c70b76422 /mate-panel/panel-context-menu.c
parent522567f336b5920c869ff45aa60d8cecdac0b640 (diff)
downloadmate-panel-c12158d5ac51aee5c857f06104d8803213cd42fd.tar.bz2
mate-panel-c12158d5ac51aee5c857f06104d8803213cd42fd.tar.xz
Use about dialog from libmate-desktop
Diffstat (limited to 'mate-panel/panel-context-menu.c')
-rw-r--r--mate-panel/panel-context-menu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mate-panel/panel-context-menu.c b/mate-panel/panel-context-menu.c
index 0ab6bf22..0e423bff 100644
--- a/mate-panel/panel-context-menu.c
+++ b/mate-panel/panel-context-menu.c
@@ -34,6 +34,8 @@
#include <glib/gi18n.h>
#include <gdk/gdkkeysyms.h>
+#include <libmate-desktop/mate-aboutdialog.h>
+
#include <libpanel-util/panel-error.h>
#include <libpanel-util/panel-show.h>
@@ -133,7 +135,7 @@ panel_context_menu_show_about_dialog (GtkWidget *menuitem)
/* Note: we don't use gtk_show_about_dialog() since some applets can
* be loaded in this process and we don't want to share the about
* dialog */
- about = gtk_about_dialog_new ();
+ about = mate_about_dialog_new ();
g_object_set (about,
"program-name", _("The MATE Panel"),
"version", VERSION,