From b612179cdb011eb2d9b7030ca3dd0d1aa038261b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 3 Mar 2023 13:57:09 +0100 Subject: [PATCH] panels/remote-desktop: Popuplate address label This means the address will displayed as intended, and clicking the copy icon will copy it again. Related: https://bugzilla.redhat.com/show_bug.cgi?id=2173136 --- panels/sharing/cc-sharing-panel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/panels/sharing/cc-sharing-panel.c b/panels/sharing/cc-sharing-panel.c index 65cfde6b4..2bab79bf5 100644 --- a/panels/sharing/cc-sharing-panel.c +++ b/panels/sharing/cc-sharing-panel.c @@ -1404,6 +1404,7 @@ sharing_proxy_ready (GObject *source, cc_sharing_panel_setup_label_with_hostname (self, self->personal_file_sharing_label); cc_sharing_panel_setup_label_with_hostname (self, self->remote_login_label); + cc_sharing_panel_setup_label_with_hostname (self, self->remote_desktop_address_label); } static void