From: dooglus Date: Sat, 1 Mar 2008 20:59:15 +0000 (+0000) Subject: Don't complain about not being able to start the browser when the user's first choice... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=446e3d5c5f3ebd06c0998ff21d6fe21044abdd05;p=synfig.git Don't complain about not being able to start the browser when the user's first choice of browser works. git-svn-id: http://svn.voria.com/code@1828 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/app.cpp b/synfig-studio/trunk/src/gtkmm/app.cpp index 38de4e2..1aa798c 100644 --- a/synfig-studio/trunk/src/gtkmm/app.cpp +++ b/synfig-studio/trunk/src/gtkmm/app.cpp @@ -2123,7 +2123,7 @@ try_open_url(const std::string &url) if( command_line[0] == "kfmclient" ) command_line.push_back("openURL"); command_line.push_back(url); - try { Glib::spawn_async(".", command_line, Glib::SPAWN_SEARCH_PATH); } + try { Glib::spawn_async(".", command_line, Glib::SPAWN_SEARCH_PATH); return true; } catch( Glib::SpawnError& exception ){ while ( !browsers.empty() )