[nautilus-actions] temp commit
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] temp commit
- Date: Wed, 19 Jan 2011 21:57:24 +0000 (UTC)
commit cbff3d5177f6ba4a665cf8f232697f3493b9c954
Author: Pierre Wieser <pwieser trychlos org>
Date: Wed Jan 19 20:42:50 2011 +0100
temp commit
src/core/na-settings.c | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/src/core/na-settings.c b/src/core/na-settings.c
index cbb5bda..706ec6f 100644
--- a/src/core/na-settings.c
+++ b/src/core/na-settings.c
@@ -1087,6 +1087,7 @@ on_keyfile_changed_timeout( NASettings *settings )
GList *new_content;
GList *modifs;
GList *ic, *im;
+ gchar *value;
Consumer *consumer;
KeyValue *changed;
gchar *group_prefix, *key;
@@ -1105,7 +1106,13 @@ on_keyfile_changed_timeout( NASettings *settings )
*/
new_content = content_load( settings );
modifs = content_diff( settings->private->content, new_content );
- g_debug( "%s: %d modifs found", thisfn, g_list_length( modifs ));
+ g_debug( "%s: %d found update(s)", thisfn, g_list_length( modifs ));
+ for( im = modifs ; im ; im = im->next ){
+ changed = ( KeyValue * ) im->data;
+ value = na_boxed_get_string( changed->boxed );
+ g_debug( "%s: key=%s, value=%s", thisfn, changed->key, value );
+ g_free( value );
+ }
for( ic = settings->private->consumers ; ic ; ic = ic->next ){
consumer = ( Consumer * ) ic->data;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]