Skip to content
Commit 30a27404 authored by Debarshi Ray's avatar Debarshi Ray
Browse files

tool-crop: Restrict use of gtk_combo_box_get_active

There is no way to get the activated row of a GtkListBox without the
GtkListBox::row-activated handler. Restricting the use of
gtk_combo_box_get_active to the GtkComboBox::changed handler paves the
way for migrating from GtkComboBox to GtkListBox.

https://bugzilla.gnome.org/show_bug.cgi?id=758227
parent 1ee5fba8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment