From fb4c19fdba899465209374405117cf1d1b9f45ce Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 11 Apr 2012 15:10:42 +0200 Subject: web-apps: s/StartupNotification/StartupNotify/ in desktop files That's the correct name for the entry. https://bugzilla.gnome.org/show_bug.cgi?id=673865 --- embed/ephy-web-app-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed/ephy-web-app-utils.c b/embed/ephy-web-app-utils.c index aa0ede697..84fdb779c 100644 --- a/embed/ephy-web-app-utils.c +++ b/embed/ephy-web-app-utils.c @@ -210,7 +210,7 @@ create_desktop_file (const char *address, address); g_key_file_set_value (file, "Desktop Entry", "Exec", exec_string); g_free (exec_string); - g_key_file_set_value (file, "Desktop Entry", "StartupNotification", "true"); + 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"); -- cgit