purple-history/meson.build

Tue, 06 Sep 2022 00:26:42 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Tue, 06 Sep 2022 00:26:42 -0500
changeset 41654
fe90b5f62e88
parent 41090
741992355ead
child 41960
c8a4853205e3
permissions
-rw-r--r--

Port away page combo boxes to drop downs

The "From keyboard or mouse usage" line was too long and became ellipsized, so I set these rows to use subtitles. I think this looks a bit better here.

I also changed the proxy type combo row that was changed earlier to use the subtitle. It could go either way, as the options are short, and it also opens a bunch of sub rows, but it looked nice to be consistent.

Testing Done:
Opened prefs and changes Status/Idle settings a bit.

Reviewed at https://reviews.imfreedom.org/r/1729/

PURPLE_HISTORY_SOURCES = [
	'purplehistorycore.c',
]

purple_history = executable('purple-history',
	PURPLE_HISTORY_SOURCES,
	dependencies : [libpurple_dep, glib],
	install : true)

mercurial