Ana Guerrero 2024-06-06 10:31:24 +00:00 committed by Git OBS Bridge
commit c11ef0ce69
2 changed files with 8 additions and 1 deletions

View File

@ -35,7 +35,7 @@ diff -uraBN temp/gnome-control-center-45.1/panels/network/cc-network-panel.c gno
+ GtkWidget *status_page; + GtkWidget *status_page;
+ +
+ status_page = adw_status_page_new (); + status_page = adw_status_page_new ();
+ adw_navigation_page_set_child (ADW_NAVIGATION_PAGE (self), status_page); + adw_toolbar_view_set_content (ADW_TOOLBAR_VIEW (self->toolbar_view), status_page);
+ adw_status_page_set_icon_name (ADW_STATUS_PAGE (status_page), "network-error-symbolic"); + adw_status_page_set_icon_name (ADW_STATUS_PAGE (status_page), "network-error-symbolic");
+ adw_status_page_set_title (ADW_STATUS_PAGE (status_page), _("Wicked is running")); + adw_status_page_set_title (ADW_STATUS_PAGE (status_page), _("Wicked is running"));

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 4 09:31:03 UTC 2024 - Alynx Zhou <alynx.zhou@suse.com>
- Update gnome-control-center-disable-error-message-for-NM.patch:
Add info page to toolbar view instead of navigation page to
prevent hiding close button (bsc#1222099).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 3 09:40:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> Mon Jun 3 09:40:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>