Unverified Commit 2be2c623 authored by Victor Ananjevsky's avatar Victor Ananjevsky Committed by GitHub

Merge pull request #169 from Misko-2083/patch-1

add --changed-action handler to switch field in form dialog
parents 3818fd61 9b4c35e8
......@@ -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