talkatu/talkatu

a7ae8780678b
Remove the attention button from the toolbar.

Testing Done:
Ran the demo locally.

Reviewed at https://reviews.imfreedom.org/r/325/
TEST_WRAPPER = find_program('./test-wrapper.py', required : true)
if get_option('tests')
e = executable(
'test-html-serialization',
'talkatutesthtmlserialization.c',
dependencies : [talkatu_dep, GLIB, GTK3]
)
test('html', TEST_WRAPPER, args : e, is_parallel : false)
e = executable(
'test-action-group',
'talkatutestactiongroup.c',
dependencies : [talkatu_dep, GLIB, GTK3]
)
test('action-group', TEST_WRAPPER, args : e, is_parallel : false)
e = executable(
'test-html-parser',
'talkatutesthtmlparser.c',
dependencies : [talkatu_dep, GLIB]
)
test('html-parser', TEST_WRAPPER, args : e, is_parallel : false)
endif