Changeset 17593

Show
Ignore:
Timestamp:
09/18/08 21:26:31 (10 months ago)
Author:
piotras
Message:

Set person's guid as revisor. Not object itself!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/branch-1-9/midgard/core/midgard/src/types.c

    r17590 r17593  
    28082808 
    28092809                if(G_IS_OBJECT(G_OBJECT(person))) { 
    2810                         person_guid = (gchar *)MGD_OBJECT_GUID(object); 
     2810                        person_guid = (gchar *)MGD_OBJECT_GUID(person); 
    28112811                } else { 
    28122812                        g_warning("Expected person object associated with current connection. Probably found garbage!");