aboutsummaryrefslogtreecommitdiffstats
path: root/embed
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:10:42 +0800
commitfb4c19fdba899465209374405117cf1d1b9f45ce (patch)
tree5a136f89548e4805564a097effeb0acbf2929061 /embed
parentff013df012c08044216250f38c79913cb196cbf4 (diff)
downloadgsoc2013-epiphany-fb4c19fdba899465209374405117cf1d1b9f45ce.tar
gsoc2013-epiphany-fb4c19fdba899465209374405117cf1d1b9f45ce.tar.gz
gsoc2013-epiphany-fb4c19fdba899465209374405117cf1d1b9f45ce.tar.bz2
gsoc2013-epiphany-fb4c19fdba899465209374405117cf1d1b9f45ce.tar.lz
gsoc2013-epiphany-fb4c19fdba899465209374405117cf1d1b9f45ce.tar.xz
gsoc2013-epiphany-fb4c19fdba899465209374405117cf1d1b9f45ce.tar.zst
gsoc2013-epiphany-fb4c19fdba899465209374405117cf1d1b9f45ce.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
Diffstat (limited to 'embed')
-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 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");