]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commit
xfce4-hdaps-dialogs.c: construct "about" dialog by hand.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 29 Oct 2019 23:43:22 +0000 (19:43 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 29 Oct 2019 23:43:22 +0000 (19:43 -0400)
commitd1758a9d54a36f94e9615ed62ebec2de127b97ec
treed73d18876c9ec6a27da4436ca571cb5291adf566
parent3adc57d9c67ddcc435e90cb0e4aeee787db19819
xfce4-hdaps-dialogs.c: construct "about" dialog by hand.

The way we were constructing our "about" dialog made it impossible to
hook up the "activate-link" signal handler to it. It pretended to
work, but attempting to add the signal handler to an XfcePanelPlugin
silently failed, and the only way to get a real GTK object (to make it
work) is to build up the "about" dialog ourselves.
panel-plugin/xfce4-hdaps-dialogs.c