lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.26k stars 162 forks source link

The switch-page callback is registered multiple times #421

Closed lanoxx closed 4 years ago

lanoxx commented 4 years ago

The switch-page signal handler is being re-registered each time a new tab is opened. This causes the signal handler to be invoked N times when a tab is switched, where N is the number of tabs that have been opened in since tilda has been started.

lanoxx commented 4 years ago

This is fixed by upstream commit a49b02e21bc572822d32b62113247546f2b07e97 and in tilda-1-5 by commit 73aec895447fe7f0f5fe23ac9eebb06636385d7f.