diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c index 96a39de0d..e64d86804 100644 --- a/panels/info/cc-info-panel.c +++ b/panels/info/cc-info-panel.c @@ -1237,6 +1237,7 @@ other_type_combo_box_changed (GtkComboBox *combo_box, GtkTreeModel *model; char *x_content_type; GtkWidget *action_container; + GtkWidget *action_label; x_content_type = NULL; @@ -1264,6 +1265,11 @@ other_type_combo_box_changed (GtkComboBox *combo_box, prepare_combo_box (self, self->priv->other_application_combo, NULL); gtk_widget_show (self->priv->other_application_combo); + action_label = GTK_WIDGET (gtk_builder_get_object (self->priv->builder, + "media_other_action_label")); + + gtk_label_set_mnemonic_widget (GTK_LABEL (action_label), self->priv->other_application_combo); + g_free (x_content_type); } diff --git a/panels/info/info.ui b/panels/info/info.ui index 5e07805dd..bfc0423b2 100644 --- a/panels/info/info.ui +++ b/panels/info/info.ui @@ -103,13 +103,12 @@ - + True False 0 Acti_on: True - media_other_action_container 0