diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-26 17:18:03 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-26 17:18:03 +0200 |
commit | c0f23a7a46776f731f695eb89bef3496150c6470 (patch) | |
tree | 01a9c953d5d321ba80d68e871f77bf483ec03efb /applets/notification_area/na-tray-child.c | |
parent | e1f3e5a08411bf396291583ede7e4dab0dd7a092 (diff) | |
download | mate-panel-c0f23a7a46776f731f695eb89bef3496150c6470.tar.bz2 mate-panel-c0f23a7a46776f731f695eb89bef3496150c6470.tar.xz |
wncklet: Come back to libwnck
Diffstat (limited to 'applets/notification_area/na-tray-child.c')
-rw-r--r-- | applets/notification_area/na-tray-child.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/notification_area/na-tray-child.c b/applets/notification_area/na-tray-child.c index 02981af6..5160d699 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 libmatewnck/xutils.c, comes as LGPLv2+ */ +/* from libwnck/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 libmatewnck/xutils.c, comes as LGPLv2+ */ +/* derived from libwnck/xutils.c, comes as LGPLv2+ */ static void _get_wmclass (Display *xdisplay, Window xwindow, |