Don't complain about not being able to start the browser when the user's first choice...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 1 Mar 2008 20:59:15 +0000 (20:59 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 1 Mar 2008 20:59:15 +0000 (20:59 +0000)
git-svn-id: http://svn.voria.com/code@1828 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/app.cpp

index 38de4e2..1aa798c 100644 (file)
@@ -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() )