[epiphany] web-apps: s/StartupNotification/StartupNotify/ in desktop files



commit fb4c19fdba899465209374405117cf1d1b9f45ce
Author: Xan Lopez <xan igalia com>
Date:   Wed Apr 11 15:10:42 2012 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-web-app-utils.c b/embed/ephy-web-app-utils.c
index aa0ede6..84fdb77 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");
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]