sharing: Add missing widget cast

Was missed in a5de11c3d6.
This commit is contained in:
Robert Ancell 2020-02-25 09:46:13 +13:00
parent b3cc05654e
commit dcedf93e72

View file

@ -1110,7 +1110,7 @@ cc_sharing_panel_setup_screen_sharing_dialog_gnome_remote_desktop (CcSharingPane
G_CALLBACK (screen_sharing_hide_cb), G_CALLBACK (screen_sharing_hide_cb),
self); self);
cc_grd_update_password_entry (self->remote_control_password_entry); cc_grd_update_password_entry (GTK_ENTRY (self->remote_control_password_entry));
/* accept at most 8 bytes in password entry */ /* accept at most 8 bytes in password entry */
g_signal_connect (self->remote_control_password_entry, g_signal_connect (self->remote_control_password_entry,