[nautilus-actions] nact_match_list_insert_new_row: now defaults to 'match'
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] nact_match_list_insert_new_row: now defaults to 'match'
- Date: Fri, 9 Dec 2011 18:56:41 +0000 (UTC)
commit 36b62cf425eeb0ce4c57aa31f23c84a4d76ba671
Author: Pierre Wieser <pwieser trychlos org>
Date: Fri Dec 9 19:33:24 2011 +0100
nact_match_list_insert_new_row: now defaults to 'match'
ChangeLog | 3 +++
src/nact/nact-match-list.c | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 21b3110..a097420 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-12-09 Pierre Wieser <pwieser trychlos org>
+ * src/nact/nact-match-list.c (insert_new_row):
+ New rows now default to be 'matched'.
+
* src/core/na-updater.c (na_updater_delete_item):
Do not try to remove from the backend an item which has never been written.
diff --git a/src/nact/nact-match-list.c b/src/nact/nact-match-list.c
index ec3acb0..42c670f 100644
--- a/src/nact/nact-match-list.c
+++ b/src/nact/nact-match-list.c
@@ -875,7 +875,7 @@ insert_new_row( MatchListStr *data )
gchar *label;
label = search_for_unique_label( gettext( filter_label ), data );
- insert_new_row_data( data, label, FALSE, FALSE );
+ insert_new_row_data( data, label, TRUE, FALSE );
g_free( label );
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]