[epiphany/mcatanzaro/web-apps-again-again-again: 33/33] web-app-utils: Stop adding deprecated Network category to new web apps
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/web-apps-again-again-again: 33/33] web-app-utils: Stop adding deprecated Network category to new web apps
- Date: Tue, 11 Jun 2019 22:20:49 +0000 (UTC)
commit e086b0e0bff94e5940350275fb771e7a6f6f2a28
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Fri May 24 14:36:00 2019 -0500
web-app-utils: Stop adding deprecated Network category to new web apps
lib/ephy-web-app-utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c
index 64ace3fc3..0db4955b8 100644
--- a/lib/ephy-web-app-utils.c
+++ b/lib/ephy-web-app-utils.c
@@ -304,7 +304,7 @@ create_desktop_file (const char *id,
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;");
+ g_key_file_set_value (file, "Desktop Entry", "Categories", "GNOME;GTK;");
if (icon) {
GOutputStream *stream;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]