Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
glom
Commits
133d74c8
Commit
133d74c8
authored
Mar 11, 2013
by
Murray Cumming
Browse files
Deal with a TODO
parent
37fae05e
Changes
1
Hide whitespace changes
Inline
Side-by-side
glom/utility_widgets/imageglom.cc
View file @
133d74c8
...
...
@@ -631,12 +631,7 @@ void ImageGlom::open_with(const Glib::RefPtr<Gio::AppInfo>& app_info)
if
(
app_info
)
{
std
::
vector
<
std
::
string
>
vec_uris
;
vec_uris
.
push_back
(
uri
);
app_info
->
launch_uris
(
vec_uris
,
0
);
//TODO: Get a GdkAppLaunchContext?
//TODO Use this instead when we can use glibmm 3.2:
//app_info->launch_uri(uri);
app_info
->
launch_uri
(
uri
);
//TODO: Get a GdkAppLaunchContext?
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment