[beast: 45/57] SFI: import url_show
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 45/57] SFI: import url_show
- Date: Sun, 23 Jul 2017 10:01:34 +0000 (UTC)
commit 488128b0ba87a23c14d4a8d2320d5926cc053f62
Author: Tim Janik <timj gnu org>
Date: Tue Jul 18 00:53:06 2017 +0200
SFI: import url_show
Signed-off-by: Tim Janik <timj gnu org>
sfi/bcore.hh | 1 +
sfi/sfiwrapper.cc | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/sfi/bcore.hh b/sfi/bcore.hh
index 3c65de3..3a77f7d 100644
--- a/sfi/bcore.hh
+++ b/sfi/bcore.hh
@@ -27,6 +27,7 @@ typedef std::string String; ///< Convenience alias for std::string.
typedef vector<String> StringVector; ///< Convenience alias for a std::vector<std::string>.
using Aida::Any;
using Aida::EventFd;
+using Rapicorn::url_show;
using Rapicorn::DataKey;
using Rapicorn::DataListContainer;
using Rapicorn::void_t;
diff --git a/sfi/sfiwrapper.cc b/sfi/sfiwrapper.cc
index 302b92f..0314958 100644
--- a/sfi/sfiwrapper.cc
+++ b/sfi/sfiwrapper.cc
@@ -30,6 +30,6 @@ sfi_init (int *argcp, char **argv, const Bse::StringVector &args)
void
sfi_url_show (const char *url)
{
- if (!Rapicorn::url_show (url))
+ if (!Bse::url_show (url))
Bse::warning ("Failed to start browser for URL: %s", url);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]