Fix the wireless settings button for AirPCap devices in the
[obnox/wireshark/wip.git] / gtk / webbrowser.c
index 88e4ea62abf08f562e3922e5b1ededa2e461fc82..932b8501bc84d941c5863c90d9c4157849a1e75d 100644 (file)
@@ -61,6 +61,8 @@
  *     try directly launching a user-specified browser.  (Beast tries
  *     a bunch of browsers, with the user not being allowed to
  *     specify which one they want.)
+ *
+ * On the other hand, see bug 2699, in which xdg-open is itself buggy.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -265,7 +267,7 @@ browser_open_url (const gchar *url)
  * @param filename to (absolute pathed) filename to convert
  * @return a newly allocated uri, you must g_free it later
  */
-static gchar *
+gchar *
 filename2uri(const gchar *filename)
 {
     int i = 0;