[gnome-software: 1/2] gs-details-page: Don't use group for other apps




commit d25a6cb2b7be03a44809959e1b2babbdf22674d7
Author: Sophie Herold <sophie hemio de>
Date:   Mon Aug 15 06:21:52 2022 +0200

    gs-details-page: Don't use group for other apps
    
    This feature led to the wording "Other Apps by GNOME" while
    most of the displayed apps were not official GNOME software.
    
    Removing the feature in freeze to avoid violating the
    Foundation's Software Policy.

 src/gs-details-page.c | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/src/gs-details-page.c b/src/gs-details-page.c
index e59b602db..a048a143c 100644
--- a/src/gs-details-page.c
+++ b/src/gs-details-page.c
@@ -1151,10 +1151,7 @@ gs_details_page_refresh_all (GsDetailsPage *self)
 
        gtk_stack_set_visible_child_name (self->links_stack, link_rows_visible ? "links" : "empty");
 
-       /* set the developer name, falling back to the project group */
        tmp = gs_app_get_developer_name (self->app);
-       if (tmp == NULL)
-               tmp = gs_app_get_project_group (self->app);
        if (tmp != NULL) {
                gtk_label_set_label (GTK_LABEL (self->developer_name_label), tmp);
 


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