From bd86f8daead7479405667acb84d4b976301641b2 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 6 Jun 2012 17:33:00 +0200 Subject: switch to libmatewnck --- applets/notification_area/na-tray-child.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applets/notification_area') diff --git a/applets/notification_area/na-tray-child.c b/applets/notification_area/na-tray-child.c index b946386b..17417546 100644 --- a/applets/notification_area/na-tray-child.c +++ b/applets/notification_area/na-tray-child.c @@ -453,7 +453,7 @@ na_tray_child_force_redraw (NaTrayChild *child) } } -/* from libwnck/xutils.c, comes as LGPLv2+ */ +/* from libmatewnck/xutils.c, comes as LGPLv2+ */ static char * latin1_to_utf8 (const char *latin1) { @@ -472,7 +472,7 @@ latin1_to_utf8 (const char *latin1) return g_string_free (str, FALSE); } -/* derived from libwnck/xutils.c, comes as LGPLv2+ */ +/* derived from libmatewnck/xutils.c, comes as LGPLv2+ */ static void _get_wmclass (Display *xdisplay, Window xwindow, -- cgit v1.2.1