aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-04-11 21:10:42 +0800
committerXan Lopez <xan@igalia.com>2012-04-11 21:11:53 +0800
commit9d22581c243c4dbbb124a92331475eb1d12a1e6c (patch)
tree5f2e7675baa2df37b3f39ea7a2c0b34c977959fd
parent2349356d771f45bd31e5ccddf2a265f924fad3f2 (diff)
downloadgsoc2013-epiphany-9d22581c243c4dbbb124a92331475eb1d12a1e6c.tar
gsoc2013-epiphany-9d22581c243c4dbbb124a92331475eb1d12a1e6c.tar.gz
gsoc2013-epiphany-9d22581c243c4dbbb124a92331475eb1d12a1e6c.tar.bz2
gsoc2013-epiphany-9d22581c243c4dbbb124a92331475eb1d12a1e6c.tar.lz
gsoc2013-epiphany-9d22581c243c4dbbb124a92331475eb1d12a1e6c.tar.xz
gsoc2013-epiphany-9d22581c243c4dbbb124a92331475eb1d12a1e6c.tar.zst
gsoc2013-epiphany-9d22581c243c4dbbb124a92331475eb1d12a1e6c.zip
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
-rw-r--r--embed/ephy-web-app-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-app-utils.c b/embed/ephy-web-app-utils.c
index 6c3c4d327..28ac76058 100644
--- a/embed/ephy-web-app-utils.c
+++ b/embed/ephy-web-app-utils.c
@@ -211,7 +211,7 @@ create_desktop_file (EphyWebView *view,
webkit_web_view_get_uri (WEBKIT_WEB_VIEW (view)));
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");