diff options
author | Xan Lopez <xan@igalia.com> | 2012-04-11 21:10:42 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-04-11 21:10:42 +0800 |
commit | fb4c19fdba899465209374405117cf1d1b9f45ce (patch) | |
tree | 5a136f89548e4805564a097effeb0acbf2929061 | |
parent | ff013df012c08044216250f38c79913cb196cbf4 (diff) | |
download | gsoc2013-epiphany-fb4c19fdba899465209374405117cf1d1b9f45ce.tar.gz 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
-rw-r--r-- | embed/ephy-web-app-utils.c | 2 |
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"); |