hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Thu Mar 13 07:46:22 PDT 2008


 hald/device_store.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e0a9d9155f7d4ce6073849de37952b8a3ac5036f
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Thu Mar 13 15:45:40 2008 +0100

    fixed typo from commit d2b2baf9912b36def7856b6bfa5c60fc942bbcba
    
    Fixed typo from commit d2b2baf9912b36def7856b6bfa5c60fc942bbcba
    s/(GHFunc)list_values/(GHFunc)list_keys/ .

diff --git a/hald/device_store.c b/hald/device_store.c
index 730e1f9..c351489 100644
--- a/hald/device_store.c
+++ b/hald/device_store.c
@@ -532,7 +532,7 @@ inline static GList*
 g_hash_table_get_keys (GHashTable *hash)
 {
         GList *keys = NULL;
-        g_hash_table_foreach (hash, (GHFunc)list_values, &keys);
+        g_hash_table_foreach (hash, (GHFunc)list_keys, &keys);
         return keys;
 }
 #endif


More information about the hal-commit mailing list