[bijiben/gnome-3-10] Fix commit e1a74a56f3ef890aa2600a2810577e4bf570f65f
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben/gnome-3-10] Fix commit e1a74a56f3ef890aa2600a2810577e4bf570f65f
- Date: Fri, 28 Feb 2014 22:07:54 +0000 (UTC)
commit c93e98cabfcbcc01326f35cfeb5a2146e7521054
Author: Pierre-Yves Luyten <py luyten fr>
Date: Fri Feb 28 23:00:55 2014 +0100
Fix commit e1a74a56f3ef890aa2600a2810577e4bf570f65f
src/libbiji/biji-note-book.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libbiji/biji-note-book.c b/src/libbiji/biji-note-book.c
index 2006480..946a673 100644
--- a/src/libbiji/biji-note-book.c
+++ b/src/libbiji/biji-note-book.c
@@ -510,7 +510,7 @@ biji_note_book_remove_item (BijiNoteBook *book, BijiItem *item)
biji_note_book_notify_changed (book, BIJI_BOOK_ITEM_TRASHED, to_delete);
g_object_ref (item);
- g_hash_table_remove (book->priv->items, path)
+ g_hash_table_remove (book->priv->items, path);
biji_item_trash (item);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]