pidgin/plugins/meson.build

Fri, 12 Jan 2024 01:47:00 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 12 Jan 2024 01:47:00 -0600
changeset 42566
ddaa27826ccc
parent 42459
e0a24938f214
permissions
-rw-r--r--

Make PidginInfoPane generic

This removes the conversation property and replaces it with title and subtitle
properties.

It also adds a child property so that user can add custom widgets.

Testing Done:
Opened some conversations and verified everything still worked as expected without any warnings or errors.

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

subdir('disco')
subdir('gestures')
subdir('iconaway')
subdir('idle-xscreensaver')
subdir('transparency')
subdir('unity', if_found : UNITY)
subdir('xmppconsole')

mercurial