From c12158d5ac51aee5c857f06104d8803213cd42fd Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 26 Apr 2014 14:12:03 +0200 Subject: Use about dialog from libmate-desktop --- mate-panel/panel-context-menu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mate-panel') 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 #include +#include + #include #include @@ -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, -- cgit v1.2.1