Loading xfce4-session/xfsm-client.c +2 −1 Original line number Diff line number Diff line Loading @@ -847,6 +847,7 @@ xfsm_client_dbus_get_sm_properties (XfsmDbusClient *object, { GValue *value = g_tree_lookup (properties->sm_properties, arg_names[i]); if (value != NULL) builder_add_value (&out_properties, arg_names[i], value); } Loading Loading
xfce4-session/xfsm-client.c +2 −1 Original line number Diff line number Diff line Loading @@ -847,6 +847,7 @@ xfsm_client_dbus_get_sm_properties (XfsmDbusClient *object, { GValue *value = g_tree_lookup (properties->sm_properties, arg_names[i]); if (value != NULL) builder_add_value (&out_properties, arg_names[i], value); } Loading