[Xfce4-commits] <orage:master> 4.7.5.15 Fix for BUG 6201

Juha Kautto noreply at xfce.org
Thu Feb 25 14:42:02 CET 2010


Updating branch refs/heads/master
         to e04a397ee1142abf0ca7e569b3e89032d203d552 (commit)
       from 64627c8b8b2c1b95e69a95e927e4e4ccd0e5ade6 (commit)

commit e04a397ee1142abf0ca7e569b3e89032d203d552
Author: Juha Kautto <juha at xfce.org>
Date:   Thu Feb 25 15:39:17 2010 +0200

    4.7.5.15 Fix for BUG 6201
    
    Modified fatal error to be only critical, which does not cause abort.

 configure.in.in |    2 +-
 src/ical-code.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 290e6f8..37b5d7f 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -9,7 +9,7 @@ dnl Written for Xfce by Juha Kautto <juha at xfce.org>
 dnl
 
 dnl Version information
-m4_define([orage_version], [4.7.5.14-git])
+m4_define([orage_version], [4.7.5.15-git])
 
 m4_define([gtk_minimum_version], [2.10.0])
 m4_define([xfce_minimum_version], [4.6.0])
diff --git a/src/ical-code.c b/src/ical-code.c
index 15f3f61..6f058ac 100644
--- a/src/ical-code.c
+++ b/src/ical-code.c
@@ -314,7 +314,7 @@ gboolean ic_internal_file_open(icalcomponent **p_ical
             orage_message(150, P_N "Could not open ical file (%s) %s"
                     , file_icalpath, icalerror_strerror(icalerrno));
         else
-            orage_message(350, P_N "Could not open ical file (%s) %s"
+            orage_message(250, P_N "Could not open ical file (%s) %s"
                     , file_icalpath, icalerror_strerror(icalerrno));
         return(FALSE);
     }



More information about the Xfce4-commits mailing list