Unverified Commit 9b4c35e8 authored by Милош Павловић's avatar Милош Павловић Committed by GitHub

add --changed-action handler

parent 3818fd61
......@@ -982,6 +982,7 @@ form_create_widget (GtkWidget * dlg)
gtk_widget_set_halign (e, GTK_ALIGN_START); /* prevent expanding widget (make it always compact) */
gtk_label_set_mnemonic_widget (GTK_LABEL (l), e);
fields = g_slist_append (fields, e);
g_signal_connect_after (G_OBJECT (e), "notify::active", G_CALLBACK (field_changed_cb), GINT_TO_POINTER (i));
}
break;
......
Markdown is supported
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