Skip to content

Commit

Permalink
Remove Check for X-KDE-StartupNotify
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobDev authored and hughsie committed Apr 21, 2023
1 parent ef461cd commit e777b76
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libappstream-glib/as-app-desktop.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ as_app_infer_project_group (AsApp *app, GKeyFile *kf, const gchar *key, GError *
} else if (g_strcmp0 (key, "X-MATE-Bugzilla-Product") == 0) {
as_app_set_project_group (app, "MATE");

} else if (g_strcmp0 (key, "X-KDE-StartupNotify") == 0) {
as_app_set_project_group (app, "KDE");

} else if (g_strcmp0 (key, "X-DocPath") == 0) {
tmp = g_key_file_get_string (kf,
G_KEY_FILE_DESKTOP_GROUP,
Expand Down

0 comments on commit e777b76

Please sign in to comment.