Author: post
Date: 2012-05-06 16:41:11 +0200 (Sun, 06 May 2012)
New Revision: 4226

Modified:
   trunk/src/rs-actions.c
Log:
Display error message in statusbar if unable to launch online help.

Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c      2012-05-06 13:48:55 UTC (rev 4225)
+++ trunk/src/rs-actions.c      2012-05-06 14:41:11 UTC (rev 4226)
@@ -1359,8 +1359,7 @@
 
        if(!res)
        {
-               g_error("%s: %s\n", g_quark_to_string(error->domain), 
error->message);
-               g_error_free(error);
+               gui_status_error(_("Could not open browser, please go to 
http://rawstudio.org/documentation";));
                return ;
        }
 }


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to