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 --- applets/wncklet/window-list.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'applets/wncklet/window-list.c') diff --git a/applets/wncklet/window-list.c b/applets/wncklet/window-list.c index 721aef22..954fb577 100644 --- a/applets/wncklet/window-list.c +++ b/applets/wncklet/window-list.c @@ -23,6 +23,7 @@ #include #include +#include #if GTK_CHECK_VERSION (3, 0, 0) #define MATE_DESKTOP_USE_UNSTABLE_API #include @@ -579,7 +580,7 @@ static void display_about_dialog(GtkAction* action, TasklistData* tasklist) "Copyright \xc2\xa9 2011 Perberos\n" "Copyright \xc2\xa9 2002 Red Hat, Inc."; - gtk_show_about_dialog(GTK_WINDOW(tasklist->applet), + mate_show_about_dialog(GTK_WINDOW(tasklist->applet), "program-name", _("Window List"), "authors", authors, "comments", _("The Window List shows a list of all windows in a set of buttons and lets you browse them."), -- cgit v1.2.1