diff options
author | Richard Hughes <richard@hughsie.com> | 2015-06-17 15:04:56 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2015-06-17 15:04:56 +0100 |
commit | b9c3ce82c46ee83455b133914b664b89b0c8eb8f (patch) | |
tree | 28c6f3c774063317175d92eb8ab43484a8975ab6 | |
parent | 3c4e89f1214badf9451dcf1701709d4e2a05435c (diff) | |
download | appstream-glib-b9c3ce82c46ee83455b133914b664b89b0c8eb8f.tar.gz |
trivial: California is not GNOME Calendar
Thanks to ebassi for noticing...
-rw-r--r-- | libappstream-glib/as-store.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libappstream-glib/as-store.c b/libappstream-glib/as-store.c index 95d696b..a41df80 100644 --- a/libappstream-glib/as-store.c +++ b/libappstream-glib/as-store.c @@ -415,7 +415,6 @@ as_store_get_app_by_id_with_fallbacks (AsStore *store, const gchar *id) } id_map[] = { /* GNOME */ { "baobab.desktop", "org.gnome.baobab.desktop" }, - { "california.desktop", "org.gnome.Calendar.desktop" }, { "cheese.desktop", "org.gnome.Cheese.desktop" }, { "file-roller.desktop", "org.gnome.FileRoller.desktop" }, { "gcalctool.desktop", "gnome-calculator.desktop" }, |