forked from AuroraMiddleware/gtk
Emit property-changed:accessible-name for gailcombobox
Fix bug #579741. Emit property-changed:accessible-name when selection of combobox changed.
This commit is contained in:
parent
6eb95098b1
commit
5d617ee80b
@ -138,6 +138,7 @@ gail_combo_box_changed_gtk (GtkWidget *widget)
|
||||
if (gail_combo_box->old_selection != index)
|
||||
{
|
||||
gail_combo_box->old_selection = index;
|
||||
g_object_notify (G_OBJECT (obj), "accessible-name");
|
||||
g_signal_emit_by_name (obj, "selection_changed");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user