diff --git a/gnome/src/callable_obj.c b/gnome/src/callable_obj.c index dde12be6ecb2b62895bf5d3c09fe237e32411ff6..4c0724bc16b8330a7a49be3547ab834db785da32 100644 --- a/gnome/src/callable_obj.c +++ b/gnome/src/callable_obj.c @@ -237,7 +237,7 @@ callable_obj_t *create_history_entry_from_serialized_form(const gchar *entry) new_call->_recordfile = g_strdup(recordfile); new_call->_confID = g_strdup(confID); new_call->_historyConfID = g_strdup(confID); - new_call->_time_added = atoi(time_start); + new_call->_time_added = atoi(time_added); new_call->_record_is_playing = FALSE; g_strfreev(ptr_orig); diff --git a/gnome/src/config/assistant.h b/gnome/src/config/assistant.h index 8693b2915fbd98000767b36035905dfc2358be96..79d3c9a8ad83d8878f358cf9f2a283344b890a61 100644 --- a/gnome/src/config/assistant.h +++ b/gnome/src/config/assistant.h @@ -32,9 +32,9 @@ #define __ASSISTANT_H -#include <accountlist.h> -#include <actions.h> -#include <sflphone_const.h> +#include "accountlist.h" +#include "actions.h" +#include "sflphone_const.h" #define _SIP 0