[model/wip/api-redesign] ModelSimpleList did not emit any signals
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [model/wip/api-redesign] ModelSimpleList did not emit any signals
- Date: Sun, 28 Oct 2012 01:55:12 +0000 (UTC)
commit caff274bfb6731d3d70313c927f84cceb8dad933
Author: Alberto Ruiz <aruiz gnome org>
Date: Sun Oct 28 02:36:41 2012 +0100
ModelSimpleList did not emit any signals
model/model-simple-list.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/model/model-simple-list.c b/model/model-simple-list.c
index 8000942..ae46401 100644
--- a/model/model-simple-list.c
+++ b/model/model-simple-list.c
@@ -98,6 +98,7 @@ model_simple_list_splice (ModelSimpleList *list,
list->n_items = new_count;
list->items = new_items;
}
+ g_signal_emit_by_name (list, "changed", position, n_removes, n_inserts, more);
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]