r7125 - dumbhippo/trunk/client/common/ddm



Author: otaylor
Date: 2008-01-02 14:00:34 -0600 (Wed, 02 Jan 2008)
New Revision: 7125

Modified:
   dumbhippo/trunk/client/common/ddm/test-notification.c
Log:
Fix a place where we missed the user => fixedUser property name change

Modified: dumbhippo/trunk/client/common/ddm/test-notification.c
===================================================================
--- dumbhippo/trunk/client/common/ddm/test-notification.c	2008-01-02 16:41:44 UTC (rev 7124)
+++ dumbhippo/trunk/client/common/ddm/test-notification.c	2008-01-02 20:00:34 UTC (rev 7125)
@@ -22,7 +22,7 @@
 
     user = NULL;
     ddm_data_resource_get(resource,
-                          "user", DDM_DATA_RESOURCE, &user,
+                          "fixedUser", DDM_DATA_RESOURCE, &user,
                           NULL);
 
     g_assert(user == user2);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]