[epiphany/gnome-3-18] e-web-app-utils: use Categories in desktop file



commit 4f5b3f39adef8a5795180b2d25b0358a7004602c
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Wed Mar 28 04:20:51 2012 -0500

    e-web-app-utils: use Categories in desktop file
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672574

 lib/ephy-web-app-utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c
index aeac51d..a9b7da1 100644
--- a/lib/ephy-web-app-utils.c
+++ b/lib/ephy-web-app-utils.c
@@ -198,6 +198,7 @@ create_desktop_file (const char *address,
   g_key_file_set_value (file, "Desktop Entry", "StartupNotify", "true");
   g_key_file_set_value (file, "Desktop Entry", "Terminal", "false");
   g_key_file_set_value (file, "Desktop Entry", "Type", "Application");
+  g_key_file_set_value (file, "Desktop Entry", "Categories", "Network;GNOME;GTK;");
 
   if (icon) {
     GOutputStream *stream;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]