From: Michael Orlitzky Date: Tue, 29 Oct 2019 23:43:22 +0000 (-0400) Subject: xfce4-hdaps-dialogs.c: construct "about" dialog by hand. X-Git-Tag: v1.0.0~4 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=d1758a9d54a36f94e9615ed62ebec2de127b97ec;hp=d1758a9d54a36f94e9615ed62ebec2de127b97ec;p=xfce4-hdaps.git 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. ---