desktop-data-model r7270 - trunk/ddm
- From: otaylor svn gnome org
- To: svn-commits-list gnome org
- Subject: desktop-data-model r7270 - trunk/ddm
- Date: Thu, 17 Apr 2008 22:10:32 +0100 (BST)
Author: otaylor
Date: Thu Apr 17 22:10:32 2008
New Revision: 7270
URL: http://svn.gnome.org/viewvc/desktop-data-model?rev=7270&view=rev
Log:
Fix bug when inserting rules in the model that was causing
crashes on exit.
Modified:
trunk/ddm/ddm-data-model.c
Modified: trunk/ddm/ddm-data-model.c
==============================================================================
--- trunk/ddm/ddm-data-model.c (original)
+++ trunk/ddm/ddm-data-model.c Thu Apr 17 22:10:32 2008
@@ -891,7 +891,6 @@
}
source_rules = g_hash_table_lookup(model->rules_by_source, source_class_id);
- source_rules = g_slist_prepend(source_rules, rule);
if (source_rules) {
source_rules = g_slist_prepend(source_rules, rule);
g_hash_table_insert(model->rules_by_source,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]