client: Set a valid activatable widget
This commit is contained in:
parent
2a91bae91e
commit
7cac81473e
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ public class Components.PreferencesWindow : Hdy.PreferencesWindow {
|
|||
/// Translators: Preferences label
|
||||
trust_images_row.title = _("_Always load images");
|
||||
trust_images_row.use_underline = true;
|
||||
trust_images_row.activatable_widget = autoselect;
|
||||
trust_images_row.activatable_widget = trust_images;
|
||||
trust_images_row.add(trust_images);
|
||||
|
||||
var group = new Hdy.PreferencesGroup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue