Bug 17871

Summary: Cannot use g_value_set_static_string on GValue of type DBUS_TYPE_G_OBJECT_PATH
Product: Telepathy Reporter: Alberto Mardegan <mardy>
Component: tp-glibAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Alberto Mardegan 2008-10-02 06:15:24 UTC
Hi, this is in telepathy-glib/connection-manager.c:530, inside function init_gvalue_from_dbus_sig():

    case 'o':
      g_value_init (value, DBUS_TYPE_G_OBJECT_PATH);
      g_value_set_static_string (value, "/");
      return TRUE;
Comment 1 Will Thompson 2008-10-13 05:14:21 UTC
Fixed in bbf80e8b2f9e8ed0e190974cbebd262e052e89c7.

Thanks!

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.