summaryrefslogtreecommitdiff
path: root/applets/wncklet/workspace-switcher.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 /applets/wncklet/workspace-switcher.c
parent522567f336b5920c869ff45aa60d8cecdac0b640 (diff)
downloadmate-panel-c12158d5ac51aee5c857f06104d8803213cd42fd.tar.bz2
mate-panel-c12158d5ac51aee5c857f06104d8803213cd42fd.tar.xz
Use about dialog from libmate-desktop
Diffstat (limited to 'applets/wncklet/workspace-switcher.c')
-rw-r--r--applets/wncklet/workspace-switcher.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c
index d35155a2..bf6e365d 100644
--- a/applets/wncklet/workspace-switcher.c
+++ b/applets/wncklet/workspace-switcher.c
@@ -25,6 +25,7 @@
#include <libwnck/libwnck.h>
#include <gio/gio.h>
+#include <libmate-desktop/mate-aboutdialog.h>
#include <libmate-desktop/mate-gsettings.h>
#include "workspace-switcher.h"
@@ -603,7 +604,7 @@ static void display_about_dialog(GtkAction* action, PagerData* pager)
"Copyright \xc2\xa9 2011 Perberos\n"
"Copyright \xc2\xa9 2002 Red Hat, Inc.";
- gtk_show_about_dialog(GTK_WINDOW(pager->applet),
+ mate_show_about_dialog(GTK_WINDOW(pager->applet),
"program-name", _("Workspace Switcher"),
"authors", authors,
"comments", _("The Workspace Switcher shows you a small version of your workspaces that lets you manage your windows."),