From b5131ebb16617a10c8e26e2ba3bd46b94ff8a08d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 9 Sep 2011 20:35:01 -0400 Subject: [PATCH] Keep up with the standards More choices, always better. --- gio/gdesktopappinfo.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index 9ad276bdf..5b6582b30 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -1455,14 +1455,16 @@ g_desktop_app_info_launch_uris_as_manager (GDesktopAppInfo *appinfo, * OnlyShowIn and NotShowIn * desktop entry fields. * - * The Desktop + * The Desktop * Menu specification recognizes the following: * * GNOME * KDE * ROX * XFCE - * Old + * LXDE + * Unity + * Old * * * Should be called only once; subsequent calls are ignored.