From: Michael Orlitzky Date: Sat, 26 Oct 2019 15:18:05 +0000 (-0400) Subject: xfce4-hdaps-dialogs.c: remove redundant double-launch. X-Git-Tag: v1.0.0~6 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=e12029299b67c2f2391d12e0aa1b7ae2eb660b0f;hp=e12029299b67c2f2391d12e0aa1b7ae2eb660b0f;p=xfce4-hdaps.git xfce4-hdaps-dialogs.c: remove redundant double-launch. There was a fallback condition in one of our URI handlers that fell back to the same thing that just failed. Instead of that genius idea, it now reports an error, which is what the other URI handler within the plugin does too. ---