Skip to content
Snippets Groups Projects
Commit 593eecb0 authored by Simon Steinbeiss's avatar Simon Steinbeiss
Browse files

desktop-item-edit: Fix sensitivity of save button (Bug #16813)

parent 465644b2
No related branches found
No related tags found
No related merge requests found
Pipeline #120 failed
......@@ -343,6 +343,7 @@ main (int argc, char **argv)
TRUE);
#endif
button = gtk_dialog_get_widget_for_response (GTK_RESPONSE_ACCEPT);
/* allocate the editor widget */
editor = exo_die_editor_new ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment