[bijiben] noteObj.c : fix note_obj_is_trashed name
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] noteObj.c : fix note_obj_is_trashed name
- Date: Sun, 16 Mar 2014 23:05:47 +0000 (UTC)
commit f2c41ba87445cac6b54e00bf25ecef71224d3fe3
Author: Pierre-Yves Luyten <py luyten fr>
Date: Mon Mar 17 00:00:58 2014 +0100
noteObj.c : fix note_obj_is_trashed name
name was incomplete
src/libbiji/biji-note-obj.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libbiji/biji-note-obj.c b/src/libbiji/biji-note-obj.c
index 6e8dcec..d51f45a 100644
--- a/src/libbiji/biji-note-obj.c
+++ b/src/libbiji/biji-note-obj.c
@@ -274,7 +274,7 @@ biji_note_obj_trash (BijiItem *item)
gboolean
-note_obj_is_trashed (BijiNoteObj *self)
+biji_note_obj_is_trashed (BijiNoteObj *self)
{
return BIJI_NOTE_OBJ_GET_CLASS (self)->is_trashed (self);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]